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

7 lines
212 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-09-30 18:46:41 +00:00
CLAY(CLAY_ID("SatisfyCompiler"), CLAY_LAYOUT()) {}
}