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

7 lines
123 B
Plaintext

#ifndef DOLZEL_REL_PCH
#define DOLZEL_REL_PCH
#include "d/dolzel.pch" // IWYU pragma: export
#endif /* DOLZEL_REL_PCH */