project_files/frontlib/model/gamesetup.h
changeset 7320 e704706008d4
parent 7316 f7b49b2c5d84
child 7482 d70a5b0d1190
--- a/project_files/frontlib/model/gamesetup.h	Thu Jul 05 22:22:48 2012 +0200
+++ b/project_files/frontlib/model/gamesetup.h	Tue Jul 10 19:33:57 2012 +0200
@@ -25,14 +25,14 @@
 #ifndef MODEL_GAMESETUP_H_
 #define MODEL_GAMESETUP_H_
 
-#include "cfg.h"
+#include "scheme.h"
 #include "weapon.h"
 #include "map.h"
 #include "teamlist.h"
 
 typedef struct {
     char *script;
-    flib_cfg *gamescheme;
+    flib_scheme *gamescheme;
     flib_map *map;
 	flib_teamlist *teamlist;
 } flib_gamesetup;