mirror of
https://github.com/nicbarker/clay.git
synced 2025-01-24 10:26:03 +00:00
7 lines
222 B
C
7 lines
222 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_CONTAINER(CLAY_ID("SatisfyCompiler"), CLAY_LAYOUT()) {}
|
||
|
}
|