ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfpython/include/cfpython_proto.h
Revision: 1.1
Committed: Fri Feb 3 07:14:19 2006 UTC (18 years, 5 months ago) by root
Content type: text/plain
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# User Rev Content
1 root 1.1 /* cfpython.c */
2     CF_PLUGIN void * getPluginProperty(int *type, ...);
3     CF_PLUGIN int postInitPlugin(void);
4     CF_PLUGIN void *globalEventListener(int *type, ...);
5     CF_PLUGIN void *eventListener(int *type, ...);
6     CF_PLUGIN int closePlugin(void);
7     CF_PLUGIN int runPluginCommand(object* op, char* params);
8     PyObject *Crossfire_Object_wrap(object *what);