11 lines
158 B
C
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
|