simplify header
This commit is contained in:
parent
0c2499f3e7
commit
a9ecd0ac54
4 changed files with 6 additions and 4 deletions
|
@ -21,6 +21,7 @@
|
|||
#include "game_config.hpp"
|
||||
#include "font.hpp"
|
||||
#include "language.hpp"
|
||||
#include "image.hpp"
|
||||
#include "marked-up_text.hpp"
|
||||
#include "sound.hpp"
|
||||
#include "video.hpp"
|
||||
|
|
|
@ -21,14 +21,16 @@
|
|||
#include <vector>
|
||||
|
||||
|
||||
#include "../image.hpp"
|
||||
#include "../events.hpp"
|
||||
#include "../sdl_utils.hpp"
|
||||
|
||||
#include "scrollarea.hpp"
|
||||
|
||||
#include "SDL.h"
|
||||
|
||||
namespace image{
|
||||
class locator;
|
||||
}
|
||||
|
||||
namespace gui {
|
||||
|
||||
class menu;
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
#include "widgets/menu.hpp"
|
||||
|
||||
#include "font.hpp"
|
||||
#include "image.hpp"
|
||||
#include "video.hpp"
|
||||
|
||||
|
||||
namespace gui {
|
||||
|
||||
//static initializations
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#define SCROLLAREA_HPP_INCLUDED
|
||||
|
||||
#include "SDL.h"
|
||||
#include "../sdl_utils.hpp"
|
||||
#include "scrollbar.hpp"
|
||||
#include "widget.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue