#pragma once #define STRING_LEN 1024 #define VERSION_MAJOR 0 #define VERSION_MINOR 5 #define VERSION_PATCH 0 #define VERSION_DEV 1 #include #include #include #include "raylib.h" #include "raymath.h" #include "raygui.h" #include "rlights.h" #include "rcamera.h" #include "rlgl.h" #include "glfw3.h" #include "glfw3native.h" #include #include #include #include