9 lines
173 B
C
9 lines
173 B
C
|
#ifndef _INCLUDE_GEOIPAMXX_H
|
||
|
#define _INCLUDE_GEOIPAMXX_H
|
||
|
|
||
|
#include <GeoIP.h>
|
||
|
#include "amxxmodule.h"
|
||
|
|
||
|
extern AMX_NATIVE_INFO geoip_natives[];
|
||
|
|
||
|
#endif //_INCLUDE_GEOIPAMXX_H
|