Files
Tart/testing/test_tart.h
2025-01-29 19:09:58 +00:00

7 lines
206 B
C

#include <tart.h>
//#include <Pickler.h>
bool rgb_test(struct tart_rgb* lhs, struct tart_rgb* rhs);
bool vec2_test(struct tart_vec2* lhs, struct tart_vec2* rhs);
void tart_run(struct pickle_shelf* shelf);