| Revision: | 1.1.1.1 (vendor branch) |
| Committed: | Fri Feb 3 07:14:19 2006 UTC (20 years, 7 months ago) by root |
| Content type: | text/plain |
| Branch: | UPSTREAM |
| CVS Tags: | UPSTREAM_2006_03_15, UPSTREAM_2006_02_22, UPSTREAM_2006_02_03 |
| Changes since 1.1: | +0 -0 lines |
| Log Message: | initial import |
| # | 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); |