]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bobtoolz/lists.h
- Radiant is now Vista compatible (Aero must be disabled)
[xonotic/netradiant.git] / contrib / bobtoolz / lists.h
index 6f9774f62bfd8d120d9ccda35f999f47ebf55902..c4ccf77e3c52136bb396ccd4a70a5a900f688485 100644 (file)
@@ -17,5 +17,9 @@ License along with this library; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-bool LoadExclusionList(char* filename, list<Str>* exclusionList);
+#include <list>
+#include "str.h"
+typedef struct _GList          GList;
+
+bool LoadExclusionList(char* filename, std::list<Str>* exclusionList);
 bool LoadGList(char* filename, GList** loadlist);