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