2005-04-03 03:26:35 +00:00
|
|
|
#ifndef _INCLUDE_AMXXAPI_H
|
|
|
|
#define _INCLUDE_AMXXAPI_H
|
|
|
|
|
2005-07-31 06:07:48 +00:00
|
|
|
#include "CVector.h"
|
2005-04-03 03:26:35 +00:00
|
|
|
#include "hash.h"
|
|
|
|
#include "nvault.h"
|
|
|
|
#include "journal.h"
|
|
|
|
#include "sdk/amxxmodule.h"
|
|
|
|
|
|
|
|
AMX_NATIVE_INFO nVault_natives[];
|
|
|
|
|
|
|
|
#endif //_INCLUDE_AMXXAPI_H
|
|
|
|
|