mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
factored out a state manager
using GameManager via a singleton
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ namespace game
|
||||
namespace gui {
|
||||
class ExitButton : public Button {
|
||||
public:
|
||||
ExitButton(core::GameManager*, irr::core::vector2d<s32>, irr::core::vector2d<s32>, irr::core::stringw, bool);
|
||||
ExitButton(irr::core::vector2d<s32>, irr::core::vector2d<s32>, irr::core::stringw, bool);
|
||||
void onClick();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user