mirror of
https://github.com/nicbarker/clay.git
synced 2025-01-23 09:56:03 +00:00
cf12cd6af8
Some checks failed
CMake on multiple platforms / build (Release, clang, clang++, ubuntu-latest) (push) Failing after 1m44s
CMake on multiple platforms / build (Release, gcc, g++, ubuntu-latest) (push) Failing after 13s
CMake on multiple platforms / build (Release, cl, cl, windows-latest) (push) Has been cancelled
6 lines
94 B
C
6 lines
94 B
C
CLAY__TYPEDEF($NAME$, struct
|
|
{
|
|
int32_t capacity;
|
|
int32_t length;
|
|
$TYPE$ *internalArray;
|
|
}); |