Utility app helper functions for listing mods in the GTK+ launcher.

This commit is contained in:
Matthew Bowra-Dean
2010-11-30 23:17:30 +13:00
committed by Chris Forbes
parent 6fbc7bc7c4
commit 650195e31c
3 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/*
* Copyright 2007-2010 The OpenRA Developers (see AUTHORS)
* This file is part of OpenRA, which is free software. It is made
* available to you under the terms of the GNU General Public License
* as published by the Free Software Foundation. For more information,
* see LICENSE.
*/
int util_get_mod_list (GChildWatchFunc);
int util_get_mod_metadata(char const *, GChildWatchFunc);
char * util_get_output(int, int *);