diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-15 19:35:40 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-15 19:35:40 (GMT) |
| commit | 2511afec8bfaa0582928406b37e8b579fa267e4f (patch) | |
| tree | aae1674f5f076db275ec1c6b32271a69cff1489a /includes/interface/ControlFactory.h | |
| parent | 2c9295007a287dc01ff63fcf7b3da141f7474e37 (diff) | |
| download | powder-2511afec8bfaa0582928406b37e8b579fa267e4f.zip powder-2511afec8bfaa0582928406b37e8b579fa267e4f.tar.gz | |
More stuff, better events and starting on interface
Diffstat (limited to 'includes/interface/ControlFactory.h')
| -rw-r--r-- | includes/interface/ControlFactory.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/interface/ControlFactory.h b/includes/interface/ControlFactory.h index ba5f43b..0f8ad61 100644 --- a/includes/interface/ControlFactory.h +++ b/includes/interface/ControlFactory.h @@ -3,12 +3,11 @@ #include "Panel.h" #include "Engine.h" -#include "GameSession.h" class ControlFactory { public: - static ui::Panel * MainMenu(GameSession * session, int x, int y, int width, int height); + static ui::Panel * MainMenu(int x, int y, int width, int height); }; |
