From c934642bdb7e6747a20054d7cc7b079e69bc22c2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 18 Mar 2010 15:09:24 +0000 Subject: COMMON: Move typedef StringList from str.h to new header str-array.h This removes the dependency on array.h from str.h. Also, begun migration from the confusing type name "StringList" to the more appropriate StringArray. svn-id: r48282 --- engines/sword1/control.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sword1') diff --git a/engines/sword1/control.h b/engines/sword1/control.h index 6741b3dd79..a6ccb09a04 100644 --- a/engines/sword1/control.h +++ b/engines/sword1/control.h @@ -28,6 +28,7 @@ #include "common/scummsys.h" #include "common/events.h" +#include "common/str-array.h" #include "sword1/sworddefs.h" class OSystem; @@ -111,7 +112,7 @@ private: uint8 _numSaves; uint8 _saveScrollPos; uint8 _selectedSavegame; - Common::StringList _saveNames; + Common::StringArray _saveNames; Common::String _oldName; uint8 _cursorTick; bool _cursorVisible; -- cgit v1.2.3