Initial commit

This commit is contained in:
Lunar-Archive
2025-12-21 13:26:32 -05:00
commit ecd2cce04c
17 changed files with 442 additions and 0 deletions

9
src/main.h Normal file
View File

@@ -0,0 +1,9 @@
#include "raylib.h"
extern RenderTexture2D target;
extern Image texImg;
extern Texture2D texture;
extern Camera3D cam;
extern Model cube;