mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-23 14:41:33 -04:00
15 lines
204 B
C
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
|