ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/commands.h
(Generate patch)

Comparing deliantra/server/include/commands.h (file contents):
Revision 1.7 by pippijn, Mon Jan 15 21:06:18 2007 UTC vs.
Revision 1.8 by pippijn, Fri Mar 2 12:14:57 2007 UTC

49 CommFunc func; 49 CommFunc func;
50 float time; /* How long it takes to execute this command */ 50 float time; /* How long it takes to execute this command */
51}; 51};
52 52
53 53
54extern CommArray_s Commands[],NewServerCommands [],SocketCommands[], 54extern CommArray_s Commands[], SocketCommands[],
55 WizCommands [], CommunicationCommands[]; 55 WizCommands[], CommunicationCommands[];
56 56
57extern const int CommandsSize,NewServerCommandSize, 57extern const int CommandsSize, SocketCommandsSize,
58 SocketCommandsSize, WizCommandsSize, CommunicationCommandSize; 58 WizCommandsSize, CommunicationCommandSize;
59 59
60#define EMOTE_NOD 1 60#define EMOTE_NOD 1
61#define EMOTE_DANCE 2 61#define EMOTE_DANCE 2
62#define EMOTE_KISS 3 62#define EMOTE_KISS 3
63#define EMOTE_BOUNCE 4 63#define EMOTE_BOUNCE 4

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines