adding gfx and ui stuff
This commit is contained in:
10
gfx/debug.h
Normal file
10
gfx/debug.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef DEBUG_H
|
||||
#define DEBUG_H
|
||||
|
||||
#include "../core.h"
|
||||
#include "../vendor/raymath.h"
|
||||
|
||||
void printRLVec3(Vec3 vector);
|
||||
void printMatrix(Matrix matrix);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user