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