OdysseyDecomp/lib/al/Library/Play/Layout/SimpleLayoutAppear.h

16 lines
342 B
C++

#pragma once
#include "Library/Layout/LayoutActor.h"
namespace al {
class LayoutInitInfo;
class SimpleLayoutAppear : public LayoutActor {
public:
SimpleLayoutAppear(const char* name, const char* layoutName, const LayoutInitInfo& info,
const char* archiveName);
void appear() override;
};
} // namespace al