Files
tp/include/m_Do/m_Do_hostIO.h
T

13 lines
199 B
C++
Raw Normal View History

2023-02-05 23:05:41 -08:00
#ifndef M_DO_M_DO_HOSTIO_H
#define M_DO_M_DO_HOSTIO_H
#include "dolphin/types.h"
class mDoHIO_entry_c {
public:
virtual ~mDoHIO_entry_c() {}
2023-04-08 06:24:08 +02:00
u8 unk_0x4;
2023-02-05 23:05:41 -08:00
};
#endif /* M_DO_M_DO_HOSTIO_H */