mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-22 12:25:23 +02:00
Reduce include count in headers
This commit is contained in:
@@ -19,11 +19,14 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "irrlichttypes_extrabloated.h"
|
||||
#include "client/inputhandler.h"
|
||||
#include "gameparams.h"
|
||||
#include <string>
|
||||
|
||||
class RenderingEngine;
|
||||
class Settings;
|
||||
class MyEventReceiver;
|
||||
class InputHandler;
|
||||
struct GameStartData;
|
||||
struct MainMenuData;
|
||||
|
||||
class ClientLauncher
|
||||
{
|
||||
|
Reference in New Issue
Block a user