mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
78956f3d89
removed amxmod compat files for now
13 lines
339 B
C
13 lines
339 B
C
#ifndef _INCLUDE_AMXMOD_CORE_COMPAT_H
|
|
#define _INCLUDE_AMXMOD_CORE_COMPAT_H
|
|
|
|
#define BCOMPAT_TRANSLATE_BITS 0xFFFFF400
|
|
#define BCOMPAT_TRANSLATE_MAX 0x400
|
|
|
|
bool GetTranslation(int id, int &key, int &dest, int &lang);
|
|
void ClearTransCache();
|
|
|
|
extern AMX_NATIVE_INFO g_BcompatNatives[];
|
|
|
|
#endif //_INCLUDE_AMXMOD_CORE_COMPAT_H
|