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-08-01 19:56:54 +00:00
|
|
|
#include "CQueue.h"
|
|
|
|
#include "CString.h"
|
|
|
|
#include "amxxmodule.h"
|
2005-04-03 03:26:35 +00:00
|
|
|
|
2005-08-02 09:48:06 +00:00
|
|
|
extern AMX_NATIVE_INFO nVault_natives[];
|
2005-04-03 03:26:35 +00:00
|
|
|
|
|
|
|
#endif //_INCLUDE_AMXXAPI_H
|
|
|
|
|