aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/struc.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sky/struc.h')
-rw-r--r--engines/sky/struc.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/engines/sky/struc.h b/engines/sky/struc.h
index cd7155f282..295e31d9b0 100644
--- a/engines/sky/struc.h
+++ b/engines/sky/struc.h
@@ -28,20 +28,15 @@
namespace Sky {
-struct lowTextManager_t {
+struct DisplayedText {
byte *textData;
uint32 textWidth;
uint16 compactNum;
};
-struct displayText_t {
- byte *textData;
- uint32 textWidth;
-};
-
#include "common/pack-start.h" // START STRUCT PACKING
-struct dataFileHeader {
+struct DataFileHeader {
uint16 flag; // bit 0: set for colour data, clear for not
// bit 1: set for compressed, clear for uncompressed
// bit 2: set for 32 colours, clear for 16 colours