Renderer/src/test/c/StormEngineTests.c
austin a8b473fc24
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good
native fluid chunk dispatcher
2024-12-06 13:51:15 -05:00

11 lines
197 B
C

#include <stdio.h>
//library includes
//include stb ds
#define STB_DS_IMPLEMENTATION
#include "stb/stb_ds.h"
int StormEngineTests(int argc, char **argv){
printf("it lives\n");
return 0;
}