mirror of https://github.com/zeldaret/botw.git
Fix lint issue
This commit is contained in:
parent
ae60e06e4b
commit
0d0826f71b
|
@ -23,7 +23,8 @@ public:
|
|||
// TODO: rename these values after figuring out what they do
|
||||
SEAD_ENUM(ActorCreateMode, k0, k1, k2, k3, k4, k5, k6, k7, k8)
|
||||
|
||||
ActorBinding(const evfl::ResActor* res, ActorBindings* parent) : mResActor(res), mParent(parent) {}
|
||||
ActorBinding(const evfl::ResActor* res, ActorBindings* parent)
|
||||
: mResActor(res), mParent(parent) {}
|
||||
|
||||
void bindAction(const evfl::ResAction* action);
|
||||
void bindQuery(const evfl::ResQuery* query);
|
||||
|
|
Loading…
Reference in New Issue