1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

reorder these two lines

This commit is contained in:
Desour 2025-04-10 19:40:37 +02:00
parent d620575a8a
commit 09aa322341

View file

@ -45,6 +45,8 @@ class NodeDefManager;
class ParticleManager; class ParticleManager;
class RenderingEngine; class RenderingEngine;
class SingleMediaDownloader; class SingleMediaDownloader;
class ClientScripting;
class SSCSMController;
struct ChatMessage; struct ChatMessage;
struct ClientDynamicInfo; struct ClientDynamicInfo;
struct ClientEvent; struct ClientEvent;
@ -53,8 +55,6 @@ struct MapNode;
struct PlayerControl; struct PlayerControl;
struct PointedThing; struct PointedThing;
struct ItemVisualsManager; struct ItemVisualsManager;
class ClientScripting;
class SSCSMController;
struct ModVFS; struct ModVFS;
namespace scene { namespace scene {