clay/examples/raylib-sidebar-scrolling-container/multi-compilation-unit.c

7 lines
214 B
C
Raw Normal View History

#include "../../clay.h"
// NOTE: This file only exists to make sure that clay works when included in multiple translation units.
void SatisfyCompiler() {
2024-10-22 07:41:35 +00:00
CLAY(CLAY_ID("SatisfyCompiler"), CLAY_LAYOUT({})) {}
}