mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
12 lines
199 B
C
Executable File
12 lines
199 B
C
Executable File
#ifndef _INCLUDE_GEOIPAMXX_H
|
|
#define _INCLUDE_GEOIPAMXX_H
|
|
|
|
#define GEOIPDATADIR ""
|
|
|
|
#include "amxxmodule.h"
|
|
#include "GeoIP.h"
|
|
|
|
extern AMX_NATIVE_INFO geoip_natives[];
|
|
|
|
#endif //_INCLUDE_GEOIPAMXX_H
|