]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/client/game.h
Remove unused ITextSceneNode header (#11476)
[dragonfireclient.git] / src / client / game.h
index d041532717640a8c1f4109377ca5ee0f297b9d82..fbbf106db6381455fc93f2812d89da1dcd4ea925 100644 (file)
@@ -23,7 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include <string>
 
 class InputHandler;
-class ChatBackend;  /* to avoid having to include chat.h */
+class ChatBackend;
+class RenderingEngine;
 struct SubgameSpec;
 struct GameStartData;
 
@@ -45,6 +46,7 @@ struct CameraOrientation {
 
 void the_game(bool *kill,
                InputHandler *input,
+               RenderingEngine *rendering_engine,
                const GameStartData &start_data,
                std::string &error_message,
                ChatBackend &chat_backend,