2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:07:44 +00:00

Adjust runtime directory layout

This commit is contained in:
Jack Andersen
2016-04-16 13:48:29 -10:00
parent 042030934b
commit 7afdc556fd
30 changed files with 68 additions and 16 deletions

View File

@@ -0,0 +1,14 @@
#include "CWorldTransManager.hpp"
namespace urde
{
void CWorldTransManager::DrawEnabled() const
{
}
void CWorldTransManager::DrawDisabled() const
{
}
}