SAMP.NET/sampdotnethook/include/mono/metadata/environment.h

23 lines
446 B
C
Raw Permalink Normal View History

2022-08-27 17:10:32 +00:00
/*
* environment.h: System.Environment support internal calls
*
* Author:
* Dick Porter (dick@ximian.com)
*
* (C) 2002 Ximian, Inc
*/
#ifndef _MONO_METADATA_ENVIRONMENT_H_
#define _MONO_METADATA_ENVIRONMENT_H_
#include <mono/utils/mono-publib.h>
MONO_BEGIN_DECLS
extern int32_t mono_environment_exitcode_get (void);
extern void mono_environment_exitcode_set (int32_t value);
MONO_END_DECLS
#endif /* _MONO_METADATA_ENVIRONMENT_H_ */