#include <GL/glew.h>#include <CEGUI/CEGUI.h>#include <CEGUI/RendererModules/OpenGL/GL3Renderer.h>#include <glm/glm.hpp>#include <SDL2/SDL_events.h>
Include dependency graph for BARECEGUI.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | BARE2D::CEGUIContextWrapper |
| class | BARE2D::BARECEGUI |
Namespaces | |
| BARE2D | |
Functions | |
| CEGUI::Key::Scan | BARE2D::SDLKeyToCEGUIKey (SDL_Keycode key) |
| CEGUI::MouseButton | BARE2D::SDLButtonToCEGUIButton (Uint8 sdlButton) |