Includes were broken - it is fixed.
This commit is contained in:
@ -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[]);
|
||||
|
Reference in New Issue
Block a user