project_files/frontlib/model/gamesetup.h
branchflibqtfrontend
changeset 8261 c8236fcbe160
parent 7497 7e1d72fc03c7
child 8262 f01702bfb764
equal deleted inserted replaced
8259:02e32be01232 8261:c8236fcbe160
    29 #include "weapon.h"
    29 #include "weapon.h"
    30 #include "map.h"
    30 #include "map.h"
    31 #include "teamlist.h"
    31 #include "teamlist.h"
    32 
    32 
    33 typedef struct {
    33 typedef struct {
    34     char *style;				// e.g. "Capture the Flag"
    34     char *style;				//! e.g. "Capture the Flag"
    35     flib_scheme *gamescheme;
    35     flib_scheme *gamescheme;
    36     flib_map *map;
    36     flib_map *map;
    37 	flib_teamlist *teamlist;
    37 	flib_teamlist *teamlist;
    38 } flib_gamesetup;
    38 } flib_gamesetup;
    39 
    39