Fix header file paths.
This commit is contained in:
parent
8501a4be9a
commit
5de4e41486
3 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
#include "global.hpp"
|
||||
#include "SDL.h"
|
||||
|
||||
#include "storyscreen_controller.hpp"
|
||||
#include "storyscreen_page.hpp"
|
||||
#include "storyscreen/controller.hpp"
|
||||
#include "storyscreen/page.hpp"
|
||||
|
||||
#include "asserts.hpp"
|
||||
#include "foreach.hpp"
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#include "foreach.hpp"
|
||||
#include "variable.hpp"
|
||||
|
||||
#include "storyscreen.hpp"
|
||||
#include "storyscreen_controller.hpp"
|
||||
#include "storyscreen/interface.hpp"
|
||||
#include "storyscreen/controller.hpp"
|
||||
|
||||
#include "display.hpp"
|
||||
#include "game_events.hpp"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "global.hpp"
|
||||
#include "asserts.hpp"
|
||||
#include "log.hpp"
|
||||
#include "storyscreen_page.hpp"
|
||||
#include "storyscreen/page.hpp"
|
||||
|
||||
#include "config.hpp"
|
||||
#include "gamestatus.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue