fixed c implemntation

This commit is contained in:
2025-01-29 19:09:58 +00:00
parent 58d3ec9e71
commit f57a440623
6 changed files with 22 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#include "../includes/tart.h"
#include <Pickler.h>
#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);