mirror of
https://github.com/whoahq/whoa.git
synced 2026-03-05 15:42:17 +03:00
9 lines
151 B
C++
9 lines
151 B
C++
#ifndef OBJECT_CLIENT_HPP
|
|
#define OBJECT_CLIENT_HPP
|
|
|
|
#include "client/CGPlayer_C.hpp"
|
|
#include "client/ObjMgr.hpp"
|
|
#include "object/Types.hpp"
|
|
|
|
#endif
|