aboutsummaryrefslogtreecommitdiff
path: root/engines/bladerunner/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/bladerunner/font.h')
-rw-r--r--engines/bladerunner/font.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/bladerunner/font.h b/engines/bladerunner/font.h
index 329bc48abe..de790b0244 100644
--- a/engines/bladerunner/font.h
+++ b/engines/bladerunner/font.h
@@ -33,17 +33,13 @@ namespace BladeRunner {
class BladeRunnerEngine;
-#include "common/pack-start.h"
-
struct FontCharacter {
int _x;
int _y;
int _width;
int _height;
int _dataOffset;
-} PACKED_STRUCT;
-
-#include "common/pack-end.h"
+};
class Font {
BladeRunnerEngine *_vm;