HumanRender/human_render/CEF/HumanAppOther.h

16 lines
229 B
C
Raw Normal View History

2024-12-19 17:46:41 +00:00
#pragma once
#include <set>
#include "CEF/HumanApp.h"
class HumanAppOther
: public HumanApp{
public:
HumanAppOther();
private:
IMPLEMENT_REFCOUNTING(HumanAppOther);
DISALLOW_COPY_AND_ASSIGN(HumanAppOther);
};