version 1.16 | version 1.17 | |||
---|---|---|---|---|
|
| |||
#define CFAPI_PPLAYER 11 | #define CFAPI_PPLAYER 11 | |||
typedef void* (*f_plug_api) (int* type, ...); | typedef void* (*f_plug_api) (int* type, ...); | |||
typedef int (*f_plug_postinit) (); | typedef int (*f_plug_postinit) (void); | |||
typedef int (*f_plug_init)(const char* iversion, f_plug_api gethooksptr); | typedef int (*f_plug_init)(const char* iversion, f_plug_api gethooksptr); | |||
#ifndef WIN32 | #ifndef WIN32 |
Legend:
|