feat(object): add player class to object client header

This commit is contained in:
fallenoak 2026-02-01 13:04:16 -06:00
parent e7abae1102
commit 1891bdc5ea
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -1,6 +1,7 @@
#ifndef OBJECT_CLIENT_HPP #ifndef OBJECT_CLIENT_HPP
#define OBJECT_CLIENT_HPP #define OBJECT_CLIENT_HPP
#include "client/CGPlayer_C.hpp"
#include "client/ObjMgr.hpp" #include "client/ObjMgr.hpp"
#include "object/Types.hpp" #include "object/Types.hpp"