mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-22 11:15:15 +00:00
9 lines
No EOL
269 B
C++
9 lines
No EOL
269 B
C++
#pragma once
|
|
|
|
#include "al/LiveActor/LiveActor.h"
|
|
#include "al/event/IEventFlowEventReceiver.h"
|
|
#include "IUseDemoSkip.h"
|
|
|
|
class ShineTowerRocket : public al::LiveActor, public al::IEventFlowEventReceiver, public IUseDemoSkip {
|
|
// virtual void makeActorDead 0x30
|
|
}; |