From 1891bdc5eaa19882dc07242459e84d7688c8add4 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Sun, 1 Feb 2026 13:04:16 -0600 Subject: [PATCH] feat(object): add player class to object client header --- src/object/Client.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/object/Client.hpp b/src/object/Client.hpp index 24a5c2b..3675649 100644 --- a/src/object/Client.hpp +++ b/src/object/Client.hpp @@ -1,6 +1,7 @@ #ifndef OBJECT_CLIENT_HPP #define OBJECT_CLIENT_HPP +#include "client/CGPlayer_C.hpp" #include "client/ObjMgr.hpp" #include "object/Types.hpp"