| 1 | #pragma once |
| 2 | |
| 3 | #include "Library/Layout/LayoutActor.h" |
| 4 | |
| 5 | namespace al { |
| 6 | class LayoutInitInfo; |
| 7 | } |
| 8 | |
| 9 | class : public al::LayoutActor { |
| 10 | public: |
| 11 | (const char* name, const char* layoutName, const al::LayoutInitInfo& info, |
| 12 | const char* archiveName, bool localize); |
| 13 | (al::LayoutActor* parent, const char* name, const char* layoutName, |
| 14 | const al::LayoutInitInfo& info, const char* archiveName); |
| 15 | |
| 16 | void (const char* actionName); |
| 17 | void (const char* actionName); |
| 18 | void (); |
| 19 | void (); |
| 20 | void (); |
| 21 | void (); |
| 22 | bool () const; |
| 23 | bool () const; |
| 24 | bool () const; |
| 25 | |
| 26 | private: |
| 27 | s32 = -1; |
| 28 | }; |
| 29 | |