Files
tp/include/m_Do/m_Do_hostIO.h
T

12 lines
183 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() {}
};
#endif /* M_DO_M_DO_HOSTIO_H */