SuperMarioOdysseyOnline/include/sead/hostio/seadHostIOMgr.h
2022-06-16 14:33:18 -07:00

16 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_