mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-06 03:35:04 +00:00
16 lines
191 B
C++
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_
|