]> git.localhorst.tv Git - l2e.git/blob - src/common/GameConfig.cpp
removed stupid file headers that eclipse put in
[l2e.git] / src / common / GameConfig.cpp
1 #include "GameConfig.h"
2
3 namespace common {
4
5 GameConfig::GameConfig()
6 : state(0)
7 , battleResources(0)
8 , heroesLayout(0)
9 , menuResources(0) {
10
11 }
12
13 }