Includes were broken - it is fixed.

This commit is contained in:
David Anderson 2004-03-18 01:32:39 +00:00
parent 38af364744
commit 7fef5aad34
2 changed files with 8 additions and 2 deletions

View File

@ -17,6 +17,7 @@
#include <string>
#include <file>
#include <vault>
#include <fun>
/* Function is called just after server activation.
* Good place for configuration loading, commands and cvars registration. */
@ -618,4 +619,4 @@ forward inconsistent_file(id,const filename[], reason[64] );
/* Forces the client and server to be running with the same
* version of the specified file ( e.g., a player model ). */
native force_unmodified(force_type, mins[3] , maxs[3], const filename[]);
native force_unmodified(force_type, mins[3] , maxs[3], const filename[]);

View File

@ -5,6 +5,11 @@
* This file is provided as is (no warranties).
*/
#if defined _fun_included
#endinput
#endif
#define _fun_included
/* Returns 1 if receiver hears sender via voice communication. */
native get_client_listen(receiver, sender);
@ -78,4 +83,4 @@ native get_user_noclip(index);
/* Gives player silent footsteps.
* if set = 0 it will return footsteps to normal */
native set_user_footsteps(id, set = 1);
native set_user_footsteps(id, set = 1);