mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-26 05:38:04 +03:00
6cd5790ea8
Renamed module to simply "ns". Module is mostly untested until NS beta 5 is release.
8 lines
140 B
C
Executable File
8 lines
140 B
C
Executable File
#ifndef _INCLUDE_AMXXAPI_H
|
|
#define _INCLUDE_AMXXAPI_H
|
|
|
|
extern int ChangeclassForward;
|
|
extern int BuiltForward;
|
|
|
|
#endif //_INCLUDE_AMXXAPI_H
|