Added a whole bunch of constants at29843

Some minor changes to some other inc files that aren't even worth mentioning
This commit is contained in:
Scott Ehlert
2006-05-17 19:33:45 +00:00
parent 39a22813cb
commit c0334deae1
7 changed files with 1125 additions and 144 deletions

View File

@ -10,21 +10,20 @@
#endif
#define _coremsg_included
#define BLOCK_NOT 0
#define BLOCK_ONCE 1
#define BLOCK_SET 2
#define BLOCK_NOT 0
#define BLOCK_ONCE 1
#define BLOCK_SET 2
enum
{
ARG_BYTE = 1, /* int */
ARG_CHAR, /* int */
ARG_SHORT, /* int */
ARG_LONG, /* int */
ARG_ANGLE, /* float */
ARG_COORD, /* float */
ARG_STRING, /* string */
ARG_ENTITY, /* int */
ARG_BYTE = 1, /* int */
ARG_CHAR, /* int */
ARG_SHORT, /* int */
ARG_LONG, /* int */
ARG_ANGLE, /* float */
ARG_COORD, /* float */
ARG_STRING, /* string */
ARG_ENTITY, /* int */
}
/* Sets/Gets what engine messages are blocked. */