amxmodx/dlls/geoip/geoip_amxx.h

12 lines
199 B
C
Raw Normal View History

2004-05-28 12:51:23 +04:00
#ifndef _INCLUDE_GEOIPAMXX_H
#define _INCLUDE_GEOIPAMXX_H
2004-08-22 14:37:00 +04:00
#define GEOIPDATADIR ""
2004-05-28 12:51:23 +04:00
#include <GeoIP.h>
#include "amxxmodule.h"
extern AMX_NATIVE_INFO geoip_natives[];
2004-08-22 14:37:00 +04:00
#endif //_INCLUDE_GEOIPAMXX_H