mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
fixed makefile
This commit is contained in:
+2
-2
@@ -21,7 +21,7 @@ OBJS =\
|
||||
lua/ltm.o \
|
||||
lua/lundump.o \
|
||||
lua/lvm.o \
|
||||
lua/lzio.o
|
||||
lua/lzio.o \
|
||||
mixer/mixer.o \
|
||||
mixer/rate.o \
|
||||
mixer/audiostream.o \
|
||||
@@ -53,7 +53,7 @@ OBJS =\
|
||||
textsplit.o \
|
||||
timer.o \
|
||||
vima.o \
|
||||
walkplane.o \
|
||||
walkplane.o
|
||||
|
||||
DEPS = $(OBJS:.o=.d)
|
||||
|
||||
|
||||
@@ -19,7 +19,12 @@
|
||||
#include "textobject.h"
|
||||
#include "engine.h"
|
||||
#include "localize.h"
|
||||
|
||||
#ifdef DIRECT3D_DRIVER
|
||||
#include "driver_d3d.h"
|
||||
#else
|
||||
#include "driver_gl.h"
|
||||
#endif
|
||||
|
||||
TextObject::TextObject(const char *text, const int x, const int y, const Color& fgColor) :
|
||||
fgColor_(fgColor), x_(x), y_(y) {
|
||||
|
||||
Reference in New Issue
Block a user