generated from It-Club/RaylibTemplate-C
Initial commit
This commit is contained in:
9
src/main.h
Normal file
9
src/main.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "raylib.h"
|
||||
|
||||
extern RenderTexture2D target;
|
||||
|
||||
extern Image texImg;
|
||||
extern Texture2D texture;
|
||||
|
||||
extern Camera3D cam;
|
||||
extern Model cube;
|
||||
Reference in New Issue
Block a user