aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/module.mk
diff options
context:
space:
mode:
authorPaul Gilbert2019-04-14 21:41:16 -0700
committerPaul Gilbert2019-04-17 20:46:06 -0700
commit9ceb83972adc62aff28618c196f0a473fb85b1a0 (patch)
tree42f8573cb9d73307a9a28b472da381dfb5451f34 /engines/glk/module.mk
parent0b628784bd9a65322fc6c04be41267310f497dea (diff)
downloadscummvm-rg350-9ceb83972adc62aff28618c196f0a473fb85b1a0.tar.gz
scummvm-rg350-9ceb83972adc62aff28618c196f0a473fb85b1a0.tar.bz2
scummvm-rg350-9ceb83972adc62aff28618c196f0a473fb85b1a0.zip
GLK: GLULXE: Added heap methods
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 f1dcd84d72..669f81168e 100644
--- a/engines/glk/module.mk
+++ b/engines/glk/module.mk
@@ -65,6 +65,7 @@ MODULE_OBJS := \
glulxe/gestalt.o \
glulxe/glkop.o \
glulxe/glulxe.o \
+ glulxe/heap.o \
magnetic/detection.o \
magnetic/magnetic.o \
scott/detection.o \