Files
2026-01-15 19:24:39 -05:00

15 lines
204 B
C

#ifndef DOLZEL_H
#define DOLZEL_H
#if __MWERKS__ && !defined(DECOMPCTX)
#include "d/dolzel.mch"
#else
#include "d/dolzel.pch"
#endif
#ifndef __MWERKS__
#include "dusk/math.h"
#endif
#endif // dolzel.h