aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/mpal.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-04-27 01:32:46 +1000
committerPaul Gilbert2012-04-27 01:32:46 +1000
commitf955745ebf9aba0525de8196dc90de99fce6eab3 (patch)
tree6aa5d18700559a1155328e64f3c7f297392f9ac3 /engines/tony/mpal/mpal.h
parent637be83cf5b129b7e55de97c5988f4dfa3c397bf (diff)
downloadscummvm-rg350-f955745ebf9aba0525de8196dc90de99fce6eab3.tar.gz
scummvm-rg350-f955745ebf9aba0525de8196dc90de99fce6eab3.tar.bz2
scummvm-rg350-f955745ebf9aba0525de8196dc90de99fce6eab3.zip
TONY: Extra compilation changes and stubs so core MPAL code compiles
Diffstat (limited to 'engines/tony/mpal/mpal.h')
-rw-r--r--engines/tony/mpal/mpal.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/engines/tony/mpal/mpal.h b/engines/tony/mpal/mpal.h
index 73e2dec50f..70b49a1fd9 100644
--- a/engines/tony/mpal/mpal.h
+++ b/engines/tony/mpal/mpal.h
@@ -114,12 +114,16 @@
*
*/
-#ifndef __MPAL_H
-#define __MPAL_H
+#ifndef TONY_MPAL_H
+#define TONY_MPAL_H
#include "common/scummsys.h"
#include "common/rect.h"
+namespace Tony {
+
+namespace MPAL {
+
/****************************************************************************\
* Macro definitions and structures
\****************************************************************************/
@@ -765,5 +769,9 @@ extern void LockVar(void);
extern void UnlockVar(void);
+} // end of namespace MPAL
+
+} // end of namespace Tony
+
#endif