mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 03:11:22 +00:00
15 lines
157 B
C++
15 lines
157 B
C++
#include "CWorldTransManager.hpp"
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
void CWorldTransManager::DrawEnabled() const
|
|
{
|
|
}
|
|
|
|
void CWorldTransManager::DrawDisabled() const
|
|
{
|
|
}
|
|
|
|
}
|