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.4 by root, Sat Sep 16 22:06:17 2006 UTC vs.
Revision 1.5 by pippijn, Wed Jan 3 00:21:35 2007 UTC

27 * 27 *
28 * ''', run and fire-keys are parsed separately (cannot be overrided). 28 * ''', run and fire-keys are parsed separately (cannot be overrided).
29 */ 29 */
30 30
31 31
32/* The initialized arrays were removed from this file and are now 32/* The initialised arrays were removed from this file and are now
33 * in commands.c. Initializing the arrays in any header file 33 * in commands.c. initialising the arrays in any header file
34 * is stupid, as it means that header file can only be included 34 * is stupid, as it means that header file can only be included
35 * in one source file (so what is the point of putting them in a header 35 * in one source file (so what is the point of putting them in a header
36 * file then?). Header files should be used like this one - to declare 36 * file then?). Header files should be used like this one - to declare
37 * the structures externally - they actual structures should resided/ 37 * the structures externally - they actual structures should resided/
38 * be initialized in one of the source files. 38 * be initialised in one of the source files.
39 */ 39 */
40 40
41#ifndef COMMANDS_H 41#ifndef COMMANDS_H
42#define COMMANDS_H 42#define COMMANDS_H
43 43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines