mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
14 lines
298 B
C++
14 lines
298 B
C++
#ifndef OBJECT_CLIENT_CG_OBJECT_C_HPP
|
|
#define OBJECT_CLIENT_CG_OBJECT_C_HPP
|
|
|
|
#include "object/client/CGObject.hpp"
|
|
#include "util/CHashKeyGUID.hpp"
|
|
#include <storm/Hash.hpp>
|
|
|
|
class CGObject_C : public CGObject, public TSHashObject<CGObject_C, CHashKeyGUID> {
|
|
public:
|
|
// TODO
|
|
};
|
|
|
|
#endif
|