mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 23:05:36 -04:00
12 lines
183 B
C++
12 lines
183 B
C++
#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 */
|