10 lines
221 B
C
10 lines
221 B
C
|
#ifndef _INCLUDE_SDKTOOLS_VNATIVES_H_
|
||
|
#define _INCLUDE_SDKTOOLS_VNATIVES_H_
|
||
|
|
||
|
#include <sh_list.h>
|
||
|
|
||
|
extern List<ValveCall *> g_RegCalls;
|
||
|
extern sp_nativeinfo_t g_Natives[];
|
||
|
|
||
|
#endif //_INCLUDE_SDKTOOLS_VNATIVES_H_
|