aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/globals.h')
-rw-r--r--engines/hopkins/globals.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/hopkins/globals.h b/engines/hopkins/globals.h
index 1cbd6d8e7b..eebfea5782 100644
--- a/engines/hopkins/globals.h
+++ b/engines/hopkins/globals.h
@@ -499,9 +499,8 @@ public:
void INIT_VBOB();
void CLEAR_VBOB();
void CHARGE_OBJET();
- byte *dos_malloc2(int count);
- byte *dos_free2(byte *p);
- byte *LIBERE_FICHIER(byte *p);
+ byte *allocMemory(int count);
+ byte *freeMemory(byte *p);
void RESET_CACHE();
void CACHE_ON();