2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 13:51:20 +00:00
metaforce/Runtime/CWorldTransManager.cpp
2015-08-19 16:52:07 -10:00

15 lines
157 B
C++

#include "CWorldTransManager.hpp"
namespace Retro
{
void CWorldTransManager::DrawEnabled() const
{
}
void CWorldTransManager::DrawDisabled() const
{
}
}