diff --git a/rwengine/include/engine/GameWorld.hpp b/rwengine/include/engine/GameWorld.hpp index 605c96d5..0ce18501 100644 --- a/rwengine/include/engine/GameWorld.hpp +++ b/rwengine/include/engine/GameWorld.hpp @@ -67,22 +67,9 @@ public: * Loads the game data */ bool load(); - - struct LogEntry - { - enum Type { - Info, - Error, - Warning - }; - - Type type; - float time; - std::string message; - }; - + Logger logger; - + /** * Loads an IDE into the game */