added these include files k

This commit is contained in:
David Anderson
2006-05-10 10:42:49 +00:00
parent f9fd83b42e
commit 25d4b6aea3
17 changed files with 305 additions and 19 deletions

View File

@@ -8,7 +8,14 @@
#endif
#define _geoip_included
#pragma library geoip
#if AMXX_VERSION_NUM >= 175
#pragma reqlib geoip
#if !defined AMXMODX_NOAUTOLOAD
#pragma loadlib geoip
#endif
#else
#pragma library geoip
#endif
//IP address can contain ports, the ports will be stripped out