mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 06:31:21 +00:00
15 lines
156 B
C++
15 lines
156 B
C++
#include "CWorldTransManager.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
void CWorldTransManager::DrawEnabled() const
|
|
{
|
|
}
|
|
|
|
void CWorldTransManager::DrawDisabled() const
|
|
{
|
|
}
|
|
|
|
}
|