mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-13 06:33:29 +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
|
|
{
|
|
}
|
|
|
|
}
|