ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/funcpoint.h
(Generate patch)

Comparing deliantra/server/include/funcpoint.h (file contents):
Revision 1.3 by root, Sat Sep 16 22:24:12 2006 UTC vs.
Revision 1.4 by elmex, Tue Dec 19 13:41:45 2006 UTC

32 * Massive change. Those functions are just defined, no callback, and they should be implemented. 32 * Massive change. Those functions are just defined, no callback, and they should be implemented.
33 * This means glue.c code & such can go away almost entirely. 33 * This means glue.c code & such can go away almost entirely.
34 * Ryo 2005-07-15 34 * Ryo 2005-07-15
35 */ 35 */
36 36
37extern void move_apply(object *, object *, object *); 37extern void move_apply(object *, object *, object *, bool);
38extern void draw_info(int, int, object *, const char *); 38extern void draw_info(int, int, object *, const char *);
39extern void emergency_save(int); 39extern void emergency_save(int);
40extern void clean_tmp_files(void); 40extern void clean_tmp_files(void);
41extern void fix_auto_apply(maptile *); 41extern void fix_auto_apply(maptile *);
42extern void init_blocksview_players(void); 42extern void init_blocksview_players(void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines