summaryrefslogtreecommitdiff
path: root/src/gui/progressbar.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-14 15:22:32 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-05-14 15:22:32 +0000
commit0dd8bc994b172f65d96e11e50e51643c24111907 (patch)
tree0eb6f2d51842b9a448a5f684508cb43cb6a4849f /src/gui/progressbar.h
parentf0af955173deacbb11c6eda1766498cd781aa2e5 (diff)
downloadmana-client-0dd8bc994b172f65d96e11e50e51643c24111907.tar.gz
mana-client-0dd8bc994b172f65d96e11e50e51643c24111907.tar.bz2
mana-client-0dd8bc994b172f65d96e11e50e51643c24111907.tar.xz
mana-client-0dd8bc994b172f65d96e11e50e51643c24111907.zip
Mainly separating core GUI classes from game interface.
Diffstat (limited to 'src/gui/progressbar.h')
-rw-r--r--src/gui/progressbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/progressbar.h b/src/gui/progressbar.h
index b1f5bb1b..abfbe92d 100644
--- a/src/gui/progressbar.h
+++ b/src/gui/progressbar.h
@@ -21,8 +21,8 @@
* $Id$
*/
-#ifndef __PROGRESSBAR_H__
-#define __PROGRESSBAR_H__
+#ifndef _TMW_PROGRESSBAR_H
+#define _TMW_PROGRESSBAR_H
#include <guichan.hpp>
#include "../resources/image.h"