clay/examples/raylib-sidebar-scrolling-container/multi-compilation-unit.c
2024-10-22 20:41:35 +13:00

7 lines
214 B
C

#include "../../clay.h"
// NOTE: This file only exists to make sure that clay works when included in multiple translation units.
void SatisfyCompiler() {
CLAY(CLAY_ID("SatisfyCompiler"), CLAY_LAYOUT({})) {}
}