project_files/frontlib/model/mapcfg.h
changeset 10017 de822cd3df3a
parent 10015 4feced261c68
equal deleted inserted replaced
10015:4feced261c68 10017:de822cd3df3a
    23 
    23 
    24 #ifndef MAPCFG_H_
    24 #ifndef MAPCFG_H_
    25 #define MAPCFG_H_
    25 #define MAPCFG_H_
    26 
    26 
    27 typedef struct {
    27 typedef struct {
    28 	char theme[256];
    28     char theme[256];
    29 	int hogLimit;
    29     int hogLimit;
    30 } flib_mapcfg;
    30 } flib_mapcfg;
    31 
    31 
    32 /**
    32 /**
    33  * Read the map configuration for the map with this name.
    33  * Read the map configuration for the map with this name.
    34  * The dataDirPath must end in a path separator.
    34  * The dataDirPath must end in a path separator.