11ff381289
- added pointer support - added three default natives - added include file for sdktools - cleaned up decoding api a bit --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40960
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_
|