#include //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; }