Utility app helper functions for listing mods in the GTK+ launcher.
This commit is contained in:
committed by
Chris Forbes
parent
6fbc7bc7c4
commit
650195e31c
11
OpenRA.Launcher.Gtk/utility.h
Normal file
11
OpenRA.Launcher.Gtk/utility.h
Normal 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 *);
|
||||
Reference in New Issue
Block a user