mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-28 22:23:05 +00:00
11 lines
208 B
C
11 lines
208 B
C
|
#pragma once
|
||
|
|
||
|
#include "al/effect/EffectKeeper.h"
|
||
|
|
||
|
namespace al {
|
||
|
class ActionEffectCtrl {
|
||
|
public:
|
||
|
void startAction(char const *);
|
||
|
IUseEffectKeeper *mEffectKeeper;
|
||
|
};
|
||
|
}
|