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

Comparing deliantra/server/plugins/cfpython/include/cfpython.h (file contents):
Revision 1.1 by root, Fri Feb 3 07:14:19 2006 UTC vs.
Revision 1.2 by elmex, Sun Aug 13 17:16:02 2006 UTC

81 double speed; /* The speed of the command execution. */ 81 double speed; /* The speed of the command execution. */
82} PythonCmd; 82} PythonCmd;
83 83
84/* This plugin allows up to 1024 custom commands. */ 84/* This plugin allows up to 1024 custom commands. */
85#define NR_CUSTOM_CMD 1024 85#define NR_CUSTOM_CMD 1024
86PythonCmd CustomCommand[NR_CUSTOM_CMD]; 86//extern PythonCmd CustomCommand[NR_CUSTOM_CMD];
87#include <cfpython_proto.h> 87#include <cfpython_proto.h>
88 88
89#endif /* PLUGIN_PYTHON_H */ 89#endif /* PLUGIN_PYTHON_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines