aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-24 12:07:37 +0200
committerEugene Sandulenko2019-09-03 17:17:27 +0200
commite53367e2256889f1c6a8fa7adfd96cd20a3e55a8 (patch)
tree9c474a86424476ae23679291c6e3dea23a37ff07 /engines/hdb/gfx.h
parent01d114e5c1992b7ba1bd8c72b9ab48a1ceed99b7 (diff)
downloadscummvm-rg350-e53367e2256889f1c6a8fa7adfd96cd20a3e55a8.tar.gz
scummvm-rg350-e53367e2256889f1c6a8fa7adfd96cd20a3e55a8.tar.bz2
scummvm-rg350-e53367e2256889f1c6a8fa7adfd96cd20a3e55a8.zip
HDB: Fix guard defines
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 21ccdc91c3..38243c2efe 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef HDB_DRAW_MANAGER_H
-#define HDB_DRAW_MANAGER_H
+#ifndef HDB_GFX_H
+#define HDB_GFX_H
#include "graphics/managed_surface.h"
@@ -269,4 +269,4 @@ private:
} // End of Namespace HDB
-#endif // !HDB_DRAW_MANAGER_H
+#endif // !HDB_GFX_H