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,4 @@
#include "test_tart.h"
#include "../includes/tart.h"
#include "Pickler.h"
bool rgb_test(struct tart_rgb* lhs, struct tart_rgb* rhs) {
if(lhs->r != rhs->r) {return false;}