mirror of
https://github.com/zeldaret/tp
synced 2026-06-26 10:21:58 -04:00
8eae8919c8
* m_Do_main mostly matching for Wii versions * Use machine-specific PCH for all m_Do TUs
11 lines
160 B
C
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
|