diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-28 14:52:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-28 20:29:17 +0300 |
commit | 7e4722653046e8870660808750bbafbb96bf4185 (patch) | |
tree | ea51a959adbb4792d8e064f98c9a3dba2c80c5c3 /src/gui/gui.h | |
parent | 6e01113e78755fd119aa36503faec77c6641935b (diff) | |
download | ManaVerse-7e4722653046e8870660808750bbafbb96bf4185.tar.gz ManaVerse-7e4722653046e8870660808750bbafbb96bf4185.tar.bz2 ManaVerse-7e4722653046e8870660808750bbafbb96bf4185.tar.xz ManaVerse-7e4722653046e8870660808750bbafbb96bf4185.zip |
fix guard header part1.
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index 7b4fefab6..ed6bf6774 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GUI_H -#define GUI_H +#ifndef GUI_GUI_H +#define GUI_GUI_H #include "resources/cursor.h" #include "resources/image.h" @@ -191,4 +191,4 @@ extern SDLInput *guiInput; /**< GUI input */ */ extern SDLFont *boldFont; -#endif // GUI_H +#endif // GUI_GUI_H |