Initial switch to raylib 5.5.

This commit is contained in:
jussi
2024-11-20 18:23:42 +02:00
parent cf2c2eb05b
commit 479726a5e4
21 changed files with 1698 additions and 469 deletions

View File

@@ -24,6 +24,7 @@ int lshapesDrawRectangleLines( lua_State* L );
int lshapesDrawRectangleLinesEx( lua_State* L );
int lshapesDrawRectangleRounded( lua_State* L );
int lshapesDrawRectangleRoundedLines( lua_State* L );
int lshapesDrawRectangleRoundedLinesEx( lua_State* L );
int lshapesDrawTriangle( lua_State* L );
int lshapesDrawTriangleLines( lua_State* L );
int lshapesDrawTriangleFan( lua_State* L );