Fixed main.h after chaning variable type in main.c
This commit is contained in:
parent
4ed9f6bcea
commit
732297f365
@ -4,7 +4,7 @@
|
||||
# include <glib.h>
|
||||
|
||||
extern GMainContext *game_context;
|
||||
extern gulong elapsed_seconds;
|
||||
extern guint32 elapsed_seconds;
|
||||
|
||||
#endif /* __WMUD_MAIN_H__ */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user