mirror of
https://github.com/MonsterDruide1/OdysseyDecomp
synced 2026-04-29 20:14:41 +00:00
6 lines
120 B
C++
6 lines
120 B
C++
#include "Project/Anim/AnimPlayerBase.h"
|
|
|
|
namespace al {
|
|
AnimPlayerBase::AnimPlayerBase() = default;
|
|
} // namespace al
|