Files
tp/include/m_Do/machine.h
T
Max Roncace 8eae8919c8 m_Do_main mostly matching for Wii versions (#3165)
* m_Do_main mostly matching for Wii versions

* Use machine-specific PCH for all m_Do TUs
2026-06-22 19:29:49 -07:00

11 lines
160 B
C

#ifndef M_DO_MACHINE_H
#define M_DO_MACHINE_H
#ifdef __MWERKS__
#include "m_Do/machine.mch"
#else
#include "m_Do/machine.pch"
#endif
#endif // M_DO_MACHINE_H