mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-11-13 22:34:57 +03:00
9 lines
No EOL
173 B
C
Executable file
9 lines
No EOL
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
|