project_files/frontlib/model/mapcfg.h
branchwebgl
changeset 8330 aaefa587e277
parent 8260 83d85e32c713
child 10015 4feced261c68
equal deleted inserted replaced
8116:d24257910f8d 8330:aaefa587e277
    15  * You should have received a copy of the GNU General Public License
    15  * You should have received a copy of the GNU General Public License
    16  * along with this program; if not, write to the Free Software
    16  * along with this program; if not, write to the Free Software
    17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    18  */
    18  */
    19 
    19 
    20 /*
    20 /*!
    21  * Data structure and functions for accessing the map.cfg of named maps.
    21  * Data structure and functions for accessing the map.cfg of named maps.
    22  */
    22  */
    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.