diff options
| author | jussi | 2024-11-20 18:23:42 +0200 |
|---|---|---|
| committer | jussi | 2024-11-20 18:23:42 +0200 |
| commit | 479726a5e468a2f4d0f9337f082889082e535bfb (patch) | |
| tree | d342d5ddd7ea69b1be343ae62dfd0ef1ddcef8a7 /include/shapes.h | |
| parent | cf2c2eb05bd5d30169771b0087df84a53124f766 (diff) | |
| download | reilua-enhanced-479726a5e468a2f4d0f9337f082889082e535bfb.tar.gz reilua-enhanced-479726a5e468a2f4d0f9337f082889082e535bfb.tar.bz2 reilua-enhanced-479726a5e468a2f4d0f9337f082889082e535bfb.zip | |
Initial switch to raylib 5.5.
Diffstat (limited to 'include/shapes.h')
| -rw-r--r-- | include/shapes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shapes.h b/include/shapes.h index 13abee6..b997f95 100644 --- a/include/shapes.h +++ b/include/shapes.h @@ -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 ); |
