wmud/src/main.h

11 lines
168 B
C

#ifndef __WMUD_MAIN_H__
# define __WMUD_MAIN_H__
# include <glib.h>
extern GMainContext *game_context;
extern guint32 elapsed_seconds;
#endif /* __WMUD_MAIN_H__ */