aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/graphics
diff options
context:
space:
mode:
authorTobia Tesan2013-07-18 16:12:01 +0200
committerTobia Tesan2013-08-01 02:17:30 +0200
commitb5adcda94719792c15a2cb72e9c0ad191f8fa224 (patch)
tree7da09b2a696ccf76d0f2d58f834c601e6d7b8606 /engines/wintermute/graphics
parent56aa1297d13304666aa91cc57a5da88f3aa20b5f (diff)
downloadscummvm-rg350-b5adcda94719792c15a2cb72e9c0ad191f8fa224.tar.gz
scummvm-rg350-b5adcda94719792c15a2cb72e9c0ad191f8fa224.tar.bz2
scummvm-rg350-b5adcda94719792c15a2cb72e9c0ad191f8fa224.zip
WINTERMUTE: s/WINTERMUTE_TRANSFORMTOOLS_H/WINTERMUTE_TRANSFORM_TOOLS_H/
Diffstat (limited to 'engines/wintermute/graphics')
-rw-r--r--engines/wintermute/graphics/transform_tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/graphics/transform_tools.h b/engines/wintermute/graphics/transform_tools.h
index 0d81fb66da..77b41a9045 100644
--- a/engines/wintermute/graphics/transform_tools.h
+++ b/engines/wintermute/graphics/transform_tools.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef WINTERMUTE_TRANSFORMTOOLS_H
-#define WINTERMUTE_TRANSFORMTOOLS_H
+#ifndef WINTERMUTE_TRANSFORM_TOOLS_H
+#define WINTERMUTE_TRANSFORM_TOOLS_H
#include "engines/wintermute/math/rect32.h"
#include "engines/wintermute/math/floatpoint.h"