aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_draw.h
diff options
context:
space:
mode:
authorMax Horn2003-10-04 00:52:27 +0000
committerMax Horn2003-10-04 00:52:27 +0000
commit5a074e6137dc8368132e4e192c018806c1723222 (patch)
tree222778195b0abbd5698e6decbccfc99ed4f2f894 /sword2/driver/d_draw.h
parent68d923505efb9cb45366b0528f8bf039c1b18902 (diff)
downloadscummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.tar.gz
scummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.tar.bz2
scummvm-rg350-5a074e6137dc8368132e4e192c018806c1723222.zip
added namespace Sword2
svn-id: r10581
Diffstat (limited to 'sword2/driver/d_draw.h')
-rw-r--r--sword2/driver/d_draw.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/sword2/driver/d_draw.h b/sword2/driver/d_draw.h
index 547be8a860..7c24266677 100644
--- a/sword2/driver/d_draw.h
+++ b/sword2/driver/d_draw.h
@@ -20,16 +20,12 @@
#ifndef D_DRAW_H
#define D_DRAW_H
-#ifdef __cplusplus
-extern "C" {
-#endif
+#include "bs2/driver/driver96.h"
-#include "driver96.h"
+namespace Sword2 {
extern byte *lpBackBuffer;
-#ifdef __cplusplus
-}
-#endif
+} // End of namespace Sword2
#endif