Began AMXx bindings

This commit is contained in:
David Anderson
2005-04-03 03:26:35 +00:00
parent abbb2f2cc2
commit acb2b27852
7 changed files with 128 additions and 4 deletions

13
dlls/nvault/amxxapi.h Executable file
View File

@@ -0,0 +1,13 @@
#ifndef _INCLUDE_AMXXAPI_H
#define _INCLUDE_AMXXAPI_H
#include "sdk/CVector.h"
#include "hash.h"
#include "nvault.h"
#include "journal.h"
#include "sdk/amxxmodule.h"
AMX_NATIVE_INFO nVault_natives[];
#endif //_INCLUDE_AMXXAPI_H