mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
13 lines
262 B
C++
13 lines
262 B
C++
#ifndef OBJECT_CLIENT_CG_CONTAINER_C_HPP
|
|
#define OBJECT_CLIENT_CG_CONTAINER_C_HPP
|
|
|
|
#include "object/client/CGContainer.hpp"
|
|
#include "object/client/CGItem_C.hpp"
|
|
|
|
class CGContainer_C : public CGItem_C, public CGContainer {
|
|
public:
|
|
// TODO
|
|
};
|
|
|
|
#endif
|