X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FConfigMenu.cpp;h=6d6e2d12543e51a8e47f644aa064d85b7da02df7;hb=67f6bb1d9727e7d1e2140cf2913aa89ebba84bf5;hp=b5a2b7d4e9d73e038303ad473ed507cc3bcc483c;hpb=a115853500fdaf2715ce3dceef568fed3884d163;p=l2e.git diff --git a/src/menu/ConfigMenu.cpp b/src/menu/ConfigMenu.cpp index b5a2b7d..6d6e2d1 100644 --- a/src/menu/ConfigMenu.cpp +++ b/src/menu/ConfigMenu.cpp @@ -1,14 +1,9 @@ -/* - * ConfigMenu.cpp - * - * Created on: Nov 29, 2012 - * Author: holy - */ - #include "ConfigMenu.h" #include "PartyMenu.h" #include "Resources.h" +#include "../app/Application.h" +#include "../app/Input.h" #include "../common/GameConfig.h" #include "../common/GameState.h" #include "../graphics/Font.h"