aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2019-01-26 21:14:39 -0800
committerPaul Gilbert2019-01-26 21:14:39 -0800
commit22a71f0b38c7d3226124fb9f97874836c206d1b5 (patch)
tree29c631795c18dd6434b1cbe16989821aad36dae1 /engines/glk/module.mk
parent3653703a40583bc538a2d8d4f55e37fff7bd42ab (diff)
downloadscummvm-rg350-22a71f0b38c7d3226124fb9f97874836c206d1b5.tar.gz
scummvm-rg350-22a71f0b38c7d3226124fb9f97874836c206d1b5.tar.bz2
scummvm-rg350-22a71f0b38c7d3226124fb9f97874836c206d1b5.zip
GLK: FROTZ: Split BItmapFont into it's own file
Diffstat (limited to 'engines/glk/module.mk')
-rw-r--r--engines/glk/module.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/glk/module.mk b/engines/glk/module.mk
index 38f19c5a8a..a51fb7e413 100644
--- a/engines/glk/module.mk
+++ b/engines/glk/module.mk
@@ -31,6 +31,7 @@ MODULE_OBJS := \
alan2/parse.o \
alan2/rules.o \
alan2/saveload.o \
+ frotz/bitmap_font.o \
frotz/config.o \
frotz/detection.o \
frotz/frotz.o \