diff options
author | uruk | 2013-07-27 17:22:56 +0200 |
---|---|---|
committer | uruk | 2013-07-27 17:22:56 +0200 |
commit | 341bf679c00ae2de0f3350b1ec95d4b02b246093 (patch) | |
tree | ee776176a334339fa9edce7c8a12476b78cb05a1 | |
parent | 7c8d415a9422e5fb1e79d55682483d8f505c2230 (diff) | |
download | scummvm-rg350-341bf679c00ae2de0f3350b1ec95d4b02b246093.tar.gz scummvm-rg350-341bf679c00ae2de0f3350b1ec95d4b02b246093.tar.bz2 scummvm-rg350-341bf679c00ae2de0f3350b1ec95d4b02b246093.zip |
AVALANCHE: Cosmetic repairs in Graphics.
-rw-r--r-- | engines/avalanche/graphics.cpp | 2 | ||||
-rw-r--r-- | engines/avalanche/graphics.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/engines/avalanche/graphics.cpp b/engines/avalanche/graphics.cpp index 9fa4ffe624..bed8136dd4 100644 --- a/engines/avalanche/graphics.cpp +++ b/engines/avalanche/graphics.cpp @@ -29,11 +29,11 @@ #include "avalanche/graphics.h" #include "common/system.h" +#include "common/rect.h" #include "engines/util.h" #include "graphics/palette.h" -#include "common/rect.h" namespace Avalanche { diff --git a/engines/avalanche/graphics.h b/engines/avalanche/graphics.h index 5cc5a2e1e3..3d32bdafcb 100644 --- a/engines/avalanche/graphics.h +++ b/engines/avalanche/graphics.h @@ -25,8 +25,8 @@ * Copyright (c) 1994-1995 Mike, Mark and Thomas Thurman. */ -#ifndef GRAPH_H -#define GRAPH_H +#ifndef GRAPHICS_H +#define GRAPHICS_H #include "common/file.h" @@ -98,4 +98,4 @@ private: } // End of namespace Avalanche -#endif // GRAPH_H +#endif // GRAPHICS_H |