aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-27 03:00:00 +0200
committerFilippos Karapetis2011-12-27 03:00:00 +0200
commit3ff26ba84fd298886c6515407c61751984e05f68 (patch)
tree30b61986e02e25560cb19bc0022cdc53b1c8a21e /devtools
parent9bf5a1930de387c32bce788a8ccdc1f9db5b3681 (diff)
downloadscummvm-rg350-3ff26ba84fd298886c6515407c61751984e05f68.tar.gz
scummvm-rg350-3ff26ba84fd298886c6515407c61751984e05f68.tar.bz2
scummvm-rg350-3ff26ba84fd298886c6515407c61751984e05f68.zip
DREAMWEB: Move all of the functions to DreamBase and remove stubs.h
Diffstat (limited to 'devtools')
-rw-r--r--devtools/tasmrecover/tasm/cpp.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/devtools/tasmrecover/tasm/cpp.py b/devtools/tasmrecover/tasm/cpp.py
index 686aea9ee9..e1f8228ab7 100644
--- a/devtools/tasmrecover/tasm/cpp.py
+++ b/devtools/tasmrecover/tasm/cpp.py
@@ -653,10 +653,6 @@ public:
self.hd.write(
""" void __dispatch_call(uint16 addr);
""")
- self.hd.write(
-"""#include "stubs.h" // Allow hand-reversed functions to have a signature different than void f()
-
-""")
for p in set(self.methods):