aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/defs.h
diff options
context:
space:
mode:
authorNicola Mettifogo2007-03-04 08:58:23 +0000
committerNicola Mettifogo2007-03-04 08:58:23 +0000
commitc727205dae3df732413ce09339ab218c90ccd9ad (patch)
tree08c8eeddcef4745e98db54a45fee3382135a9b65 /engines/parallaction/defs.h
parent8da557fbd55cd48a3420e36a2fc1626dfe0b80b0 (diff)
downloadscummvm-rg350-c727205dae3df732413ce09339ab218c90ccd9ad.tar.gz
scummvm-rg350-c727205dae3df732413ce09339ab218c90ccd9ad.tar.bz2
scummvm-rg350-c727205dae3df732413ce09339ab218c90ccd9ad.zip
replaced memAlloc/memFree with standard malloc/free
svn-id: r25962
Diffstat (limited to 'engines/parallaction/defs.h')
-rw-r--r--engines/parallaction/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/parallaction/defs.h b/engines/parallaction/defs.h
index b475e3b170..f7ab9af1a4 100644
--- a/engines/parallaction/defs.h
+++ b/engines/parallaction/defs.h
@@ -92,8 +92,6 @@ struct Credit {
const char *_name;
};
-void *memAlloc(uint32 size);
-void memFree(void *m);
void errorFileNotFound(const char*);
void beep();