mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:11:20 +00:00
19 lines
194 B
C++
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__
|