Difference for include/plugin.h from version 1.20 to 1.21


version 1.20 version 1.21
Line 101
 
Line 101
 #define CFAPI_FUNC    10  #define CFAPI_FUNC    10
 #define CFAPI_PPLAYER 11  #define CFAPI_PPLAYER 11
 #define CFAPI_PPARTY  12  #define CFAPI_PPARTY  12
   #define CFAPI_PREGION 13
   
 typedef void* (*f_plug_api) (int* type, ...);  typedef void* (*f_plug_api) (int* type, ...);
 typedef int   (*f_plug_postinit) (void);  typedef int   (*f_plug_postinit) (void);
Line 273
 
Line 274
 #define CFAPI_MAP_PROP_WPARTY               21  #define CFAPI_MAP_PROP_WPARTY               21
 #define CFAPI_MAP_PROP_MESSAGE              22  #define CFAPI_MAP_PROP_MESSAGE              22
 #define CFAPI_MAP_PROP_NEXT                 23  #define CFAPI_MAP_PROP_NEXT                 23
   #define CFAPI_MAP_PROP_REGION               24
   
 #define CFAPI_ARCH_PROP_NAME 0  #define CFAPI_ARCH_PROP_NAME 0
 #define CFAPI_ARCH_PROP_NEXT 1  #define CFAPI_ARCH_PROP_NEXT 1
Line 285
 
Line 287
 #define CFAPI_PARTY_PROP_PASSWORD           2  #define CFAPI_PARTY_PROP_PASSWORD           2
 #define CFAPI_PARTY_PROP_PLAYER             3  #define CFAPI_PARTY_PROP_PLAYER             3
   
   #define CFAPI_REGION_PROP_NAME              0
   #define CFAPI_REGION_PROP_NEXT              1
   #define CFAPI_REGION_PROP_PARENT            2
   #define CFAPI_REGION_PROP_LONGNAME          3
   #define CFAPI_REGION_PROP_MESSAGE           4
   
 /*****************************************************************************/  /*****************************************************************************/
 /* Exportable functions. Any plugin should define all those.                 */  /* Exportable functions. Any plugin should define all those.                 */
 /* initPlugin        is called when the plugin initialization process starts.*/  /* initPlugin        is called when the plugin initialization process starts.*/


Legend:
line(s) removed in v.1.20 
line(s) changed
 line(s) added in v.1.21

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:27