mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
8 lines
118 B
C++
8 lines
118 B
C++
#ifndef OBJECT_CLIENT_HPP
|
|
#define OBJECT_CLIENT_HPP
|
|
|
|
#include "client/ObjMgr.hpp"
|
|
#include "object/Types.hpp"
|
|
|
|
#endif
|