| Revision: | 1.1 |
| Committed: | Fri Feb 3 07:14:19 2006 UTC (20 years, 7 months ago) by root |
| Content type: | text/plain |
| Branch: | MAIN |
| Branch point for: | UPSTREAM |
| Log Message: | Initial revision |
| # | Content |
|---|---|
| 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); |