]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_mm.h
[16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / src / lib / 16_mm.h
index 36825c90838dbe31216926279350faea64a9eb72..bd529c030eb3f224dbd6283c943fb3a836a431ed 100755 (executable)
@@ -25,8 +25,6 @@
 #include "src/lib/16_head.h"\r
 #include "src/lib/16_hc.h"\r
 #include "src/lib/16_tail.h"\r
-//++++mh       #include "src/lib/16_in.h"\r
-\r
 \r
 #ifdef __DEBUG__               // 1 == Debug/Dev  ;  0 == Production/final\r
 #define OUT_OF_MEM_MSG "MM_GetPtr: Out of memory!\nYou were short :%lu bytes\n"\r
@@ -198,6 +196,7 @@ void MM_SetPurge(memptr *baseptr, int purge, global_game_variables_t *gvar);
 void MM_SetLock(memptr *baseptr, boolean locked, global_game_variables_t *gvar);\r
 void MM_SortMem(global_game_variables_t *gvar);\r
 void MM_ShowMemory(global_game_variables_t *gvar);\r
+void MM_ShowMemoryVidVer(global_game_variables_t *gvar);\r
 void MM_DumpData(global_game_variables_t *gvar);\r
 dword MM_UnusedMemory(global_game_variables_t *gvar);\r
 dword MM_TotalFree(global_game_variables_t *gvar);\r