From 09aa32234129119fa188dbad4e65a6d6cebe87cc Mon Sep 17 00:00:00 2001 From: Desour Date: Thu, 10 Apr 2025 19:40:37 +0200 Subject: [PATCH] reorder these two lines --- src/client/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/client.h b/src/client/client.h index aabb07a554..6ed7ef8721 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -45,6 +45,8 @@ class NodeDefManager; class ParticleManager; class RenderingEngine; class SingleMediaDownloader; +class ClientScripting; +class SSCSMController; struct ChatMessage; struct ClientDynamicInfo; struct ClientEvent; @@ -53,8 +55,6 @@ struct MapNode; struct PlayerControl; struct PointedThing; struct ItemVisualsManager; -class ClientScripting; -class SSCSMController; struct ModVFS; namespace scene {