fixed c implemntation
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user