now it compiles
This commit is contained in:
parent
fb0d728720
commit
adad1384ff
|
@ -1055,3 +1055,6 @@ native arrayset(array[], value, size);
|
||||||
* The weapon name is case sensitive, and has the weapon_* form.
|
* The weapon name is case sensitive, and has the weapon_* form.
|
||||||
*/
|
*/
|
||||||
native get_weaponid(const name[]);
|
native get_weaponid(const name[]);
|
||||||
|
|
||||||
|
// Keep this always at the bottom of this file
|
||||||
|
#include <message_stocks>
|
||||||
|
|
|
@ -11,7 +11,6 @@
|
||||||
#define _coremsg_included
|
#define _coremsg_included
|
||||||
|
|
||||||
#include <message_const>
|
#include <message_const>
|
||||||
#include <message_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,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user