version 1.8 | | version 1.9 |
---|
| | |
/* | | /* |
* static char *rcsid_funcpoint_h = | | * static char *rcsid_funcpoint_h = |
* "$Id: funcpoint.h,v 1.8 2003/01/17 04:38:35 garbled Exp $"; | | * "$Id: funcpoint.h,v 1.9 2003/04/02 08:12:53 mwedel Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
*/ | | */ |
| | |
extern void (*move_apply_func) (object *, object *, object *); | | extern void (*move_apply_func) (object *, object *, object *); |
extern void (*draw_func) (object *); | | |
extern void (*draw_info_func) (int, int, object *, const char *); | | extern void (*draw_info_func) (int, int, object *, const char *); |
extern void (*emergency_save_func) (int); | | extern void (*emergency_save_func) (int); |
extern void (*fix_auto_apply_func) (mapstruct *); | | extern void (*fix_auto_apply_func) (mapstruct *); |