diff options
author | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-13 12:49:52 +0000 |
---|---|---|
committer | Björn Steinbrink <B.Steinbrink@gmx.de> | 2005-08-13 12:49:52 +0000 |
commit | 10b881f997384378a299bff358716db5183b65a5 (patch) | |
tree | 2231d834a69c1db68980c1ccefdc6586df351fc0 /src/gui/setup.h | |
parent | da5a71f65682dbb3f830be4d5ffcd0046aa7b7ce (diff) | |
download | mana-10b881f997384378a299bff358716db5183b65a5.tar.gz mana-10b881f997384378a299bff358716db5183b65a5.tar.bz2 mana-10b881f997384378a299bff358716db5183b65a5.tar.xz mana-10b881f997384378a299bff358716db5183b65a5.zip |
Huge header cleanup to reduce dependencies and compile time.
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/setup.h b/src/gui/setup.h index 70491957..cfe709dc 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -24,8 +24,14 @@ #ifndef _TMW_SETUP_H #define _TMW_SETUP_H +#include <vector> + +#include <guichan/listmodel.hpp> + #include "window.h" +#include "../guichanfwd.h" + /** * The list model for mode list. * @@ -104,7 +110,6 @@ class Setup : public Window, public gcn::ActionListener */ void action(const std::string& eventId); - }; extern Setup *setupWindow; |