mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Various windows compile fixes
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include "CAnimationManager.hpp"
|
||||
#include "CAnimationDatabaseGame.hpp"
|
||||
#include "CTransitionDatabaseGame.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
const CAnimationDatabaseGame* CAnimationManager::GetAnimationDatabase() const
|
||||
{
|
||||
return x0_animDB.GetObj();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user