mirror of
https://github.com/zeldaret/botw
synced 2026-06-01 17:57:31 -04:00
10 lines
163 B
C++
10 lines
163 B
C++
#include "KingSystem/ActorSystem/actAttention.h"
|
|
|
|
namespace ksys::act {
|
|
|
|
SEAD_ENUM_IMPL(AttActionType)
|
|
|
|
SEAD_ENUM_IMPL(AttPriorityType)
|
|
|
|
} // namespace ksys::act
|