From 528eedb2de57eae737d0f7135b77a860d1b9eb41 Mon Sep 17 00:00:00 2001 From: Andrew Kurushin Date: Thu, 14 Jul 2005 17:46:21 +0000 Subject: font & text related changes: -rewritten font loading -actors box text output implemented -many fixes -implemented nonactors textoutput svn-id: r18542 --- saga/scene.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'saga/scene.h') diff --git a/saga/scene.h b/saga/scene.h index 2233b05874..ed621b649f 100644 --- a/saga/scene.h +++ b/saga/scene.h @@ -26,7 +26,7 @@ #ifndef SAGA_SCENE_H #define SAGA_SCENE_H -#include "saga/text.h" +#include "saga/font.h" #include "saga/list.h" #include "saga/actor.h" @@ -263,6 +263,7 @@ class Scene { int getOutsetSceneNumber() const { return _outsetSceneNumber; } int currentSceneResourceId() const { return _sceneResourceId; } + void drawTextList(Surface *ds); private: void loadScene(LoadSceneParams *loadSceneParams); int loadSceneDescriptor(uint32 res_number); @@ -301,7 +302,7 @@ class Scene { ObjectMap *_objectMap; SceneEntryList _entryList; StringsTable _sceneStrings; - TEXTLIST *_textList; + TextList _textList; private: int IHNMStartProc(); -- cgit v1.2.3