moved engine_stocks include to bottom
This commit is contained in:
parent
9c17327b49
commit
dbde71ac3d
|
@ -12,7 +12,6 @@
|
|||
#define _engine_included
|
||||
|
||||
#include <engine_const>
|
||||
#include <engine_stocks>
|
||||
|
||||
/* These functinos are used to generate client messages.
|
||||
* You may generate menu, smoke, shockwaves, thunderlights,
|
||||
|
@ -183,4 +182,6 @@ forward client_kill(id);
|
|||
|
||||
/* Forward for PreThink()/PostThink() on a player. */
|
||||
forward client_PreThink(id);
|
||||
forward client_PostThink(id);
|
||||
forward client_PostThink(id);
|
||||
|
||||
#include <engine_stocks>
|
Loading…
Reference in New Issue
Block a user