Started implementing deficated editor GUI
This commit is contained in:
@@ -67,11 +67,6 @@ struct RenderWindow {
|
||||
Ogre::RenderWindow *window;
|
||||
float dpi;
|
||||
};
|
||||
struct App {
|
||||
Ogre::ImGuiOverlay *mGuiOverlay;
|
||||
OgreBites::InputListenerChain *mInput;
|
||||
std::vector<OgreBites::InputListener *> listeners;
|
||||
};
|
||||
struct CollisionShape {
|
||||
void *shape;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user