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

Work on CFrontEndUI

This commit is contained in:
Jack Andersen
2016-12-14 12:56:59 -10:00
parent c3bf6ec5cc
commit 6b765838a7
21 changed files with 471 additions and 35 deletions

View File

@@ -0,0 +1,14 @@
#include "CGBASupport.hpp"
namespace urde
{
namespace MP1
{
bool CGBASupport::PumpLoad()
{
return false;
}
}
}