UGDK
0.4.1
|
#include <string>
#include <ugdk/portable/tr1.h>
#include <map>
#include <ugdk/math/vector2D.h>
#include <ugdk/action.h>
#include <ugdk/graphic.h>
#include <ugdk/util.h>
#include <ugdk/ui.h>
#include <ugdk/action/entity.h>
#include <ugdk/graphic/node.h>
#include <ugdk/graphic/drawable.h>
#include <ugdk/input.h>
#include <ugdk/input/keys.h>
#include <pyramidworks/collision.h>
Go to the source code of this file.
Classes | |
class | ugdk::ui::Menu |
Namespaces | |
namespace | ugdk |
namespace | ugdk::ui |
Typedefs | |
typedef std::tr1::function < void(Menu *)> | ugdk::ui::MenuCallback |
typedef std::map< input::Key, MenuCallback > | ugdk::ui::InputCallbacks |