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 <GeoIP.h>
|
|
|
|
#include "amxxmodule.h"
|
|
|
|
|
|
|
|
extern AMX_NATIVE_INFO geoip_natives[];
|
|
|
|
|
2004-08-22 10:37:00 +00:00
|
|
|
#endif //_INCLUDE_GEOIPAMXX_H
|