mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 23:05:37 +03:00
8 lines
140 B
C
8 lines
140 B
C
|
#ifndef _INCLUDE_AMXXAPI_H
|
||
|
#define _INCLUDE_AMXXAPI_H
|
||
|
|
||
|
extern int ChangeclassForward;
|
||
|
extern int BuiltForward;
|
||
|
|
||
|
#endif //_INCLUDE_AMXXAPI_H
|