d_a_tag_lv6CstaSw OK (#272)

This commit is contained in:
TakaRikka
2023-02-05 23:05:41 -08:00
committed by GitHub
parent 82bf380d1b
commit df44816bec
22 changed files with 173 additions and 768 deletions
+11
View File
@@ -0,0 +1,11 @@
#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 */