aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/mpal.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-06-08 23:00:48 +1000
committerPaul Gilbert2012-06-08 23:00:48 +1000
commitd4777379d23b70aa07feec3ef2e90fcf376f4117 (patch)
tree1309d5caa0cd9d075ad6ef2ea25d8f9ada125828 /engines/tony/mpal/mpal.h
parent1866cbd0fb0d7df1c1a4059e98b5d0f6d851c2d4 (diff)
downloadscummvm-rg350-d4777379d23b70aa07feec3ef2e90fcf376f4117.tar.gz
scummvm-rg350-d4777379d23b70aa07feec3ef2e90fcf376f4117.tar.bz2
scummvm-rg350-d4777379d23b70aa07feec3ef2e90fcf376f4117.zip
TONY: Refactored the memory manager to increase performance
Diffstat (limited to 'engines/tony/mpal/mpal.h')
-rw-r--r--engines/tony/mpal/mpal.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/tony/mpal/mpal.h b/engines/tony/mpal/mpal.h
index fb3d019051..f23eaf8e4a 100644
--- a/engines/tony/mpal/mpal.h
+++ b/engines/tony/mpal/mpal.h
@@ -85,18 +85,13 @@
#include "common/coroutines.h"
#include "common/rect.h"
#include "common/str.h"
+#include "tony/mpal/memory.h"
namespace Tony {
namespace MPAL {
/****************************************************************************\
-* Type definitions
-\****************************************************************************/
-
-typedef void *HANDLE;
-
-/****************************************************************************\
* Macro definitions and structures
\****************************************************************************/