diff options
| author | jussi | 2023-04-06 22:17:33 +0300 |
|---|---|---|
| committer | jussi | 2023-04-06 22:17:33 +0300 |
| commit | 9e7f538a38eb66430f919eec1d5cfa3a7a1efe8c (patch) | |
| tree | 1b9b90b57a419ceef0dce1004b63b3ab04421a4d /include/shapes.h | |
| parent | fe15e836bd87963d10bd301a3a24652763059e0d (diff) | |
| download | reilua-enhanced-9e7f538a38eb66430f919eec1d5cfa3a7a1efe8c.tar.gz reilua-enhanced-9e7f538a38eb66430f919eec1d5cfa3a7a1efe8c.tar.bz2 reilua-enhanced-9e7f538a38eb66430f919eec1d5cfa3a7a1efe8c.zip | |
Vector2LineAngle and more Color functions.
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 1550054..6618524 100644 --- a/include/shapes.h +++ b/include/shapes.h @@ -40,6 +40,7 @@ int lshapesCheckCollisionCircleRec( lua_State *L ); int lshapesCheckCollisionPointRec( lua_State *L ); int lshapesCheckCollisionPointCircle( lua_State *L ); int lshapesCheckCollisionPointTriangle( lua_State *L ); +int lshapesCheckCollisionPointPoly( lua_State *L ); int lshapesCheckCollisionLines( lua_State *L ); int lshapesCheckCollisionPointLine( lua_State *L ); int lshapesGetCollisionRec( lua_State *L ); |
