updated header

This commit is contained in:
Felix Geyer
2004-02-08 11:31:54 +00:00
parent 983356c77e
commit 4478bb378f
10 changed files with 226 additions and 258 deletions

View File

@ -1,13 +1,10 @@
/* AMX Mod functions
*
* (c) 2002-2003, OLO
* This file is provided as is (no warranties).
*/
#if defined _amxmod_included
#endinput
#endif
#define _amxmod_included
/* AMX Mod X functions
*
* (c) 2002-2004, OLO
* modified by BAILOPAN, Manip, PM, SniperBeamer
*
* This file is provided as is (no warranties).
*/
#include <core>
#include <float>
@ -556,4 +553,4 @@ native set_xvar_num( id, value = 0 );
/* Sets a float value of a public variable. Id is a value
* returned by get_xvar_id(...) native. */
native set_xvar_float( id, Float:value = 0.0 );
native set_xvar_float( id, Float:value = 0.0 );