clay/examples/raylib-sidebar-scrolling-container/multi-compilation-unit.c
2024-10-16 13:50:58 +13:00

7 lines
212 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()) {}
}