Files
tww/include/d/dolzel_rel.h
T
LagoLunatic b77717694c Add dolzel_rel.pch
This fixes the sdata linker error in the debug build.
2025-08-23 12:17:10 -04:00

11 lines
157 B
C

#ifndef DOLZEL_REL_H
#define DOLZEL_REL_H
#ifdef __MWERKS__
#include "d/dolzel_rel.mch"
#else
#include "d/dolzel_rel.pch"
#endif
#endif /* DOLZEL_REL_H */