2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-02-20 10:41:09 +03:00

12 lines
199 B
C
Raw Normal View History

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