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

Comparing deliantra/server/include/plugin.h (file contents):
Revision 1.1.1.1 by root, Fri Feb 3 07:12:50 2006 UTC vs.
Revision 1.1.1.2 by elmex, Wed Feb 22 18:01:58 2006 UTC

100#define CFAPI_PARCH 9 100#define CFAPI_PARCH 9
101#define CFAPI_FUNC 10 101#define CFAPI_FUNC 10
102#define CFAPI_PPLAYER 11 102#define CFAPI_PPLAYER 11
103#define CFAPI_PPARTY 12 103#define CFAPI_PPARTY 12
104#define CFAPI_PREGION 13 104#define CFAPI_PREGION 13
105#define CFAPI_INT16 14
105 106
106typedef void* (*f_plug_api) (int* type, ...); 107typedef void* (*f_plug_api) (int* type, ...);
107typedef int (*f_plug_postinit) (void); 108typedef int (*f_plug_postinit) (void);
108typedef int (*f_plug_init)(const char* iversion, f_plug_api gethooksptr); 109typedef int (*f_plug_init)(const char* iversion, f_plug_api gethooksptr);
109 110

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines