summaryrefslogtreecommitdiff
path: root/include/m_Do/machine.h
blob: 1bf270eee99391ab3bf17bdc17355c1f7e325c12 (plain)
1
2
3
4
5
6
7
8
9
10
#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