GetRayBoxCells fix.

This commit is contained in:
jussi
2024-08-05 23:35:57 +03:00
parent c6eb85b367
commit b011b2ca4e
16 changed files with 126 additions and 60 deletions

View File

@@ -116,6 +116,8 @@ https://github.com/raysan5/raylib
https://github.com/lua/lua or https://github.com/LuaJIT/LuaJIT
Note! Lua header files are from Lua 5.4.0, if you use different version be sure to replace them.
### Linux
Compile Raylib and lua by following their instructions. They will compile to libraylib.a and liblua.a by default.