2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/MP1/CGBASupport.hpp
2016-12-14 12:56:59 -10:00

19 lines
194 B
C++

#ifndef __URDE_CGBASUPPORT_HPP__
#define __URDE_CGBASUPPORT_HPP__
namespace urde
{
namespace MP1
{
class CGBASupport
{
public:
bool PumpLoad();
};
}
}
#endif // __URDE_CGBASUPPORT_HPP__