]> git.localhorst.tv Git - l2e.git/blob - src/common/GameConfig.cpp
closed the gap between battle and map state (yay)
[l2e.git] / src / common / GameConfig.cpp
1 /*
2  * GameConfig.cpp
3  *
4  *  Created on: Oct 9, 2012
5  *      Author: holy
6  */
7
8 #include "GameConfig.h"
9
10 namespace common {
11
12 GameConfig::GameConfig()
13 : state(0)
14 , battleResources(0)
15 , heroesLayout(0) {
16
17 }
18
19 }