Files
dusklight/include/d/dolzel.h
T
Luke Street a6f059827b Game ABI / headers refactoring (#2215)
* Game ABI / headers refactoring

* Delete dusk/imgui.h
2026-07-14 19:24:08 -06:00

15 lines
207 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 "helpers/math.h"
#endif
#endif // dolzel.h