Updates so makefiles compile again.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3298 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
bcd8287033
commit
c8e05cf0dd
@ -10,8 +10,6 @@ AM_CPPFLAGS = -DSUPERTUXKART_DATADIR="\"$(datadir)/games/$(PACKAGE)/\"" \
|
|||||||
|
|
||||||
supertuxkart_SOURCES = \
|
supertuxkart_SOURCES = \
|
||||||
main.cpp \
|
main.cpp \
|
||||||
actionmap.cpp \
|
|
||||||
actionmap.hpp \
|
|
||||||
material.cpp \
|
material.cpp \
|
||||||
material.hpp \
|
material.hpp \
|
||||||
network/network_manager.cpp \
|
network/network_manager.cpp \
|
||||||
@ -138,6 +136,15 @@ supertuxkart_SOURCES = \
|
|||||||
karts/player_kart.cpp \
|
karts/player_kart.cpp \
|
||||||
karts/player_kart.hpp \
|
karts/player_kart.hpp \
|
||||||
input.hpp \
|
input.hpp \
|
||||||
|
input/device_manager.cpp \
|
||||||
|
input/device_manager.hpp \
|
||||||
|
input/input.hpp \
|
||||||
|
input/input_device.cpp \
|
||||||
|
input/input_device.hpp \
|
||||||
|
input/input_manager.cpp \
|
||||||
|
input/input_manager.hpp \
|
||||||
|
sdl_manager.cpp \
|
||||||
|
sdl_manager.hpp \
|
||||||
isect.cpp \
|
isect.cpp \
|
||||||
isect.hpp \
|
isect.hpp \
|
||||||
explosion.cpp \
|
explosion.cpp \
|
||||||
@ -161,8 +168,6 @@ supertuxkart_SOURCES = \
|
|||||||
callback_manager.hpp \
|
callback_manager.hpp \
|
||||||
main_loop.cpp \
|
main_loop.cpp \
|
||||||
main_loop.hpp \
|
main_loop.hpp \
|
||||||
sdldrv.cpp \
|
|
||||||
sdldrv.hpp \
|
|
||||||
user_pointer.hpp \
|
user_pointer.hpp \
|
||||||
history.cpp \
|
history.cpp \
|
||||||
history.hpp \
|
history.hpp \
|
||||||
|
@ -20,8 +20,8 @@
|
|||||||
|
|
||||||
#include "gui/race_gui.hpp"
|
#include "gui/race_gui.hpp"
|
||||||
|
|
||||||
#include "input.hpp"
|
#include "input/input.hpp"
|
||||||
#include "input_manager.hpp"
|
#include "input/input_manager.hpp"
|
||||||
#include "user_config.hpp"
|
#include "user_config.hpp"
|
||||||
#include "race_manager.hpp"
|
#include "race_manager.hpp"
|
||||||
#include "material_manager.hpp"
|
#include "material_manager.hpp"
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#define TUXKART_PLAYER_H
|
#define TUXKART_PLAYER_H
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include "input.hpp"
|
#include "input/input.hpp"
|
||||||
|
|
||||||
extern const char *sKartAction2String[PA_COUNT];
|
extern const char *sKartAction2String[PA_COUNT];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user