diff options
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 ); |
