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.2 by root, Tue Feb 7 23:29:55 2006 UTC vs.
Revision 1.3 by elmex, Wed Feb 22 18:53:49 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines