RedCore
Loading...
Searching...
No Matches
Profile.h
Go to the documentation of this file.
1#pragma once
2
3#include <actor/Profile.h>
4
5namespace red::pub {
6
7 class Profile : public ::Profile {
8 public:
9 using ::Profile::mFactory;
10 using ::Profile::mID;
12 using ::Profile::mIsResLoaded;
13 using ::Profile::mFlag;
14 };
15
16}
Definition Profile.h:7
Definition ActorBase.h:5
Definition ActorDonutBlock.h:5