summaryrefslogtreecommitdiff
path: root/include/m_Do/machine.h
blob: 75a45a469dac89c1581f79c1a30c61dd996b34e5 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MACHINE_H
#define MACHINE_H

#if defined(__MWERKS__) && !defined(DECOMPCTX)
#include "m_Do/machine.mch"
#else
#include "m_Do/machine.pch"
#endif

#endif /* MACHINE_H */