SuperMarioOdysseyOnline/include/sead/hostio/seadHostIOMgr.h

17 lines
191 B
C++

#ifndef SEAD_HOST_IO_MGR_H_
#define SEAD_HOST_IO_MGR_H_
namespace sead
{
class HostIOMgr
{
public:
struct Parameter
{
};
};
} // namespace sead
#endif // SEAD_HOST_IO_MGR_H_