Files
djstdlib/gfx/debug.h
2026-06-04 18:22:30 +02:00

11 lines
158 B
C

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