Peoplemon  0.1.0
Peoplemon 3 game source documentation
MenuDriver.hpp
Go to the documentation of this file.
1 #ifndef CORE_INPUT_MENUDRIVER_HPP
2 #define CORE_INPUT_MENUDRIVER_HPP
3 
4 #include <BLIB/Interfaces/Menu.hpp>
5 #include <Core/Input/Control.hpp>
6 
7 namespace core
8 {
9 namespace input
10 {
19 
20 } // namespace input
21 } // namespace core
22 
23 #endif
bl::menu::TriggerDriver< Control::MoveUp, Control::MoveRight, Control::MoveDown, Control::MoveLeft, Control::Interact > MenuDriver
Helper typedef for Peoplemon specific menu driving.
Definition: MenuDriver.hpp:18
Core classes and functionality for both the editor and game.