raylib folder

This commit is contained in:
2025-12-29 13:52:39 +01:00
parent a3d4ad3922
commit 60c3754dd6
7 changed files with 4 additions and 5 deletions

4
main.c
View File

@ -1,7 +1,7 @@
#include "raylib.h"
#include "raylib/raylib.h"
#include <math.h>
#define RAYGUI_IMPLEMENTATION
#include "raygui.h"
#include "raylib/raygui.h"
#if defined(PLATFORM_WEB)
#include <emscripten/emscripten.h>
#endif