diff options
author | Tobia Tesan | 2013-07-18 16:12:01 +0200 |
---|---|---|
committer | Tobia Tesan | 2013-08-01 02:17:30 +0200 |
commit | b5adcda94719792c15a2cb72e9c0ad191f8fa224 (patch) | |
tree | 7da09b2a696ccf76d0f2d58f834c601e6d7b8606 /engines | |
parent | 56aa1297d13304666aa91cc57a5da88f3aa20b5f (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/wintermute/graphics/transform_tools.h | 4 |
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" |