aboutsummaryrefslogtreecommitdiff
path: root/sky/struc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sky/struc.h')
-rw-r--r--sky/struc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sky/struc.h b/sky/struc.h
index c7bdd8c417..295fdf40e6 100644
--- a/sky/struc.h
+++ b/sky/struc.h
@@ -22,6 +22,11 @@
#ifndef SKYSTRUC_H
#define SKYSTRUC_H
+struct displayText_t {
+ byte *textData;
+ uint32 textWidth;
+};
+
struct dataFileHeader {
uint16 flag; // bit 0: set for colour data, clear for not
// bit 1: set for compressed, clear for uncompressed