#ifndef DEBUG_H #define DEBUG_H #include "../core.h" #include "../vendor/raymath.h" void printRLVec3(Vec3 vector); void printMatrix(Matrix matrix); #endif