now it compiles

This commit is contained in:
Borja Ferrer 2006-08-19 23:18:11 +00:00
parent fb0d728720
commit adad1384ff
2 changed files with 3 additions and 1 deletions

View File

@ -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>

View File

@ -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,