summaryrefslogtreecommitdiff
path: root/src/gui/char_select.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 18:54:04 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-27 18:57:04 +0100
commit4b70908a529317ce4e57448fe4f4a59e75416537 (patch)
treea041eeed198708bf5f558f595f716c7814961daf /src/gui/char_select.h
parent372f6493d07cbffb601ecb775ebecd51267725cf (diff)
downloadMana-4b70908a529317ce4e57448fe4f4a59e75416537.tar.gz
Mana-4b70908a529317ce4e57448fe4f4a59e75416537.tar.bz2
Mana-4b70908a529317ce4e57448fe4f4a59e75416537.tar.xz
Mana-4b70908a529317ce4e57448fe4f4a59e75416537.zip
Fixed inventory window. Not resizable though.
Resizing of the inventory window may come back later. Also did some more code cleanups, moving defines to enums, getting rid of eAthena-specific offset handling (to be done in the network layer), etc. Mantis-issue: 666
Diffstat (limited to 'src/gui/char_select.h')
-rw-r--r--src/gui/char_select.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/char_select.h b/src/gui/char_select.h
index 7f376692..b29953d3 100644
--- a/src/gui/char_select.h
+++ b/src/gui/char_select.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _CHAR_SELECT_H
-#define _CHAR_SELECT_H
+#ifndef CHAR_SELECT_H
+#define CHAR_SELECT_H
#include <guichan/actionlistener.hpp>