Pioneer
Loading...
Searching...
No Matches
src
GameConfig.h
Go to the documentation of this file.
1
// Copyright © 2008-2023 Pioneer Developers. See AUTHORS.txt for details
2
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
3
4
#ifndef _GAMECONFIG_H
5
#define _GAMECONFIG_H
6
7
#include "
core/IniConfig.h
"
8
9
class
GameConfig
:
public
IniConfig
{
10
public
:
11
typedef
std::map<std::string, std::string>
map_string
;
12
GameConfig
(
const
map_string
&override_ =
map_string
());
13
};
14
15
#endif
IniConfig.h
GameConfig
Definition
GameConfig.h:9
GameConfig::map_string
std::map< std::string, std::string > map_string
Definition
GameConfig.h:11
IniConfig
Definition
IniConfig.h:16
Generated by
1.9.7