diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-28 13:47:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-28 13:47:32 +0300 |
commit | fbcfa27edf518835976e140ec160db009186bc16 (patch) | |
tree | 52e2999ffe9ba3971f2b4334be7c8c42754a7e03 /src/guichan | |
parent | caf62e4d1c039f8d4d33bfd05f476890fdc79fcf (diff) | |
download | plus-fbcfa27edf518835976e140ec160db009186bc16.tar.gz plus-fbcfa27edf518835976e140ec160db009186bc16.tar.bz2 plus-fbcfa27edf518835976e140ec160db009186bc16.tar.xz plus-fbcfa27edf518835976e140ec160db009186bc16.zip |
Fix code style and add some checks.
Diffstat (limited to 'src/guichan')
-rw-r--r-- | src/guichan/include/guichan/selectionlistener.hpp | 2 | ||||
-rw-r--r-- | src/guichan/include/guichan/widgetlistener.hpp | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/guichan/include/guichan/selectionlistener.hpp b/src/guichan/include/guichan/selectionlistener.hpp index 6415ff0a6..837f35fcf 100644 --- a/src/guichan/include/guichan/selectionlistener.hpp +++ b/src/guichan/include/guichan/selectionlistener.hpp @@ -50,6 +50,8 @@ #include "guichan/selectionevent.hpp" #include "guichan/platform.hpp" +#include "localconsts.h" + namespace gcn { /** diff --git a/src/guichan/include/guichan/widgetlistener.hpp b/src/guichan/include/guichan/widgetlistener.hpp index 6bb376bf6..ae148e62c 100644 --- a/src/guichan/include/guichan/widgetlistener.hpp +++ b/src/guichan/include/guichan/widgetlistener.hpp @@ -50,6 +50,8 @@ #include "guichan/event.hpp" #include "guichan/platform.hpp" +#include "localconsts.h" + namespace gcn { /** |