From cd45502501787c8003cfd86b7adf48a6f86d68de Mon Sep 17 00:00:00 2001 From: Matthew Stewart Date: Fri, 23 Feb 2018 02:11:40 -0500 Subject: STARTREK: Implement draw modes 2 and 3 for sprites --- engines/startrek/font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/startrek/font.h') diff --git a/engines/startrek/font.h b/engines/startrek/font.h index 857c98e8e6..62a354c10a 100755 --- a/engines/startrek/font.h +++ b/engines/startrek/font.h @@ -36,6 +36,8 @@ class Font { public: Font(StarTrekEngine *vm); ~Font(); + + byte *getCharData(int i); private: StarTrekEngine *_vm; -- cgit v1.2.3