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.12 by root, Tue May 6 16:55:25 2008 UTC vs.
Revision 1.13 by root, Fri Dec 19 22:47:29 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines