Selects last played mod in launcher.

This commit is contained in:
Matthew Bowra-Dean
2010-12-01 21:51:36 +13:00
committed by Chris Forbes
parent fcec3cb590
commit 16a84ba86e
3 changed files with 134 additions and 20 deletions

View File

@@ -8,4 +8,5 @@
int util_get_mod_list (GChildWatchFunc);
int util_get_mod_metadata(char const *, GChildWatchFunc);
int util_get_setting(const char *, GChildWatchFunc);
char * util_get_output(int, int *);