1#ifndef SEAD_HOST_IO_MGR_H_
2#define SEAD_HOST_IO_MGR_H_
3
4namespace sead
5{
6class HostIOMgr
7{
8public:
9 struct Parameter
10 {
11 };
12};
13
14} // namespace sead
15
16#endif // SEAD_HOST_IO_MGR_H_
17