Fix header file paths.

This commit is contained in:
Ignacio R. Morelle 2009-03-31 16:13:36 +00:00
parent 8501a4be9a
commit 5de4e41486
3 changed files with 5 additions and 5 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"