diff options
| author | Einar Johan Trøan Sømåen | 2012-08-31 19:35:49 +0200 |
|---|---|---|
| committer | Einar Johan Trøan Sømåen | 2012-08-31 20:00:32 +0200 |
| commit | 07c27b775c8d3997bf40891c2772ae8859eb534d (patch) | |
| tree | b5726c890512369e340866058faf9e5c402f1462 /engines/wintermute/math | |
| parent | 2fd38f47e04430b8684502e625f87a04dd968def (diff) | |
| download | scummvm-rg350-07c27b775c8d3997bf40891c2772ae8859eb534d.tar.gz scummvm-rg350-07c27b775c8d3997bf40891c2772ae8859eb534d.tar.bz2 scummvm-rg350-07c27b775c8d3997bf40891c2772ae8859eb534d.zip | |
WINTERMUTE: Cleanup the header-guards.
Diffstat (limited to 'engines/wintermute/math')
| -rw-r--r-- | engines/wintermute/math/math_util.h | 2 | ||||
| -rw-r--r-- | engines/wintermute/math/matrix4.h | 2 | ||||
| -rw-r--r-- | engines/wintermute/math/rect32.h | 2 | ||||
| -rw-r--r-- | engines/wintermute/math/vector2.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/engines/wintermute/math/math_util.h b/engines/wintermute/math/math_util.h index 506317a2b0..5f13c416d7 100644 --- a/engines/wintermute/math/math_util.h +++ b/engines/wintermute/math/math_util.h @@ -39,4 +39,4 @@ public: } // end of namespace Wintermute
-#endif // WINTERMUTE_MATHUTIL_H
+#endif
diff --git a/engines/wintermute/math/matrix4.h b/engines/wintermute/math/matrix4.h index 5891b4c5ec..5b68944397 100644 --- a/engines/wintermute/math/matrix4.h +++ b/engines/wintermute/math/matrix4.h @@ -56,4 +56,4 @@ public: } // end of namespace Wintermute
-#endif // WINTERMUTE_MATRIX4_H
+#endif
diff --git a/engines/wintermute/math/rect32.h b/engines/wintermute/math/rect32.h index 1c959da1cf..190c1135cf 100644 --- a/engines/wintermute/math/rect32.h +++ b/engines/wintermute/math/rect32.h @@ -91,4 +91,4 @@ struct Rect32 { } // end of namespace Wintermute -#endif // WINTERMUTE_RECT32_H +#endif diff --git a/engines/wintermute/math/vector2.h b/engines/wintermute/math/vector2.h index ce7ebd331e..dfed1824f0 100644 --- a/engines/wintermute/math/vector2.h +++ b/engines/wintermute/math/vector2.h @@ -72,4 +72,4 @@ public: } // end of namespace Wintermute
-#endif // WINTERMUTE_VECTOR2_H
+#endif
|
