mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 23:05:37 +03:00
14 lines
232 B
C
Executable File
14 lines
232 B
C
Executable File
#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
|
|
|