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:
14
Runtime/MP1/CGBASupport.cpp
Normal file
14
Runtime/MP1/CGBASupport.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "CGBASupport.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
namespace MP1
|
||||
{
|
||||
|
||||
bool CGBASupport::PumpLoad()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user