mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 20:31:21 +00:00
14 lines
245 B
C++
14 lines
245 B
C++
#include "CAnimationManager.hpp"
|
|
#include "CAnimationDatabaseGame.hpp"
|
|
#include "CTransitionDatabaseGame.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
const CAnimationDatabaseGame* CAnimationManager::GetAnimationDatabase() const
|
|
{
|
|
return x0_animDB.GetObj();
|
|
}
|
|
|
|
}
|