bygfoot/src/misc2_callback_func.h

20 lines
279 B
C
Raw Normal View History

2005-03-21 12:52:41 +01:00
#ifndef MISC2_CALLBACK_FUNC_H
#define MISC2_CALLBACK_FUNC_H
#include "bygfoot.h"
void
misc2_callback_transfer_user_player(void);
2005-04-06 12:19:43 +02:00
gboolean
2005-03-24 19:04:31 +01:00
misc2_callback_change_structure(gint structure);
2005-03-25 21:18:35 +01:00
void
misc2_callback_contract_offer(void);
2005-03-27 19:59:57 +02:00
void
misc2_callback_add_user(void);
2005-03-21 12:52:41 +01:00
#endif