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


version 1.19 version 1.20
Line 100
 
Line 100
 #define CFAPI_PARCH   9  #define CFAPI_PARCH   9
 #define CFAPI_FUNC    10  #define CFAPI_FUNC    10
 #define CFAPI_PPLAYER 11  #define CFAPI_PPLAYER 11
   #define CFAPI_PPARTY  12
   
 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 246
 
Line 247
 #define CFAPI_OBJECT_ANIMATION              100  #define CFAPI_OBJECT_ANIMATION              100
 #define CFAPI_PLAYER_PROP_IP                150  #define CFAPI_PLAYER_PROP_IP                150
 #define CFAPI_PLAYER_PROP_MARKED_ITEM       151  #define CFAPI_PLAYER_PROP_MARKED_ITEM       151
   #define CFAPI_PLAYER_PROP_PARTY             152
   
 #define CFAPI_MAP_PROP_FLAGS                0  #define CFAPI_MAP_PROP_FLAGS                0
 #define CFAPI_MAP_PROP_DIFFICULTY           1  #define CFAPI_MAP_PROP_DIFFICULTY           1
Line 278
 
Line 280
 #define CFAPI_ARCH_PROP_MORE 3  #define CFAPI_ARCH_PROP_MORE 3
 #define CFAPI_ARCH_PROP_CLONE 4  #define CFAPI_ARCH_PROP_CLONE 4
   
   #define CFAPI_PARTY_PROP_NAME               0
   #define CFAPI_PARTY_PROP_NEXT               1
   #define CFAPI_PARTY_PROP_PASSWORD           2
   #define CFAPI_PARTY_PROP_PLAYER             3
   
 /*****************************************************************************/  /*****************************************************************************/
 /* 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.19 
line(s) changed
 line(s) added in v.1.20

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