diff options
| author | jussi | 2022-05-25 21:52:36 +0300 |
|---|---|---|
| committer | jussi | 2022-05-25 21:52:36 +0300 |
| commit | 06f99406824b8bb03db17029279a0d139808cf6c (patch) | |
| tree | c0d8e4ae8b234c95a669fe609a7039cb07ada94b /include/lua_core.h | |
| parent | 44e8b06603d91d398c0955f34da33d0242b7551a (diff) | |
| download | reilua-enhanced-06f99406824b8bb03db17029279a0d139808cf6c.tar.gz reilua-enhanced-06f99406824b8bb03db17029279a0d139808cf6c.tar.bz2 reilua-enhanced-06f99406824b8bb03db17029279a0d139808cf6c.zip | |
Rest of mesh management functions.
Diffstat (limited to 'include/lua_core.h')
| -rw-r--r-- | include/lua_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lua_core.h b/include/lua_core.h index 2cd120e..58b84d2 100644 --- a/include/lua_core.h +++ b/include/lua_core.h @@ -27,5 +27,6 @@ void uluaPushQuaternion( lua_State *L, Quaternion quaternion ); void uluaPushMatrix( lua_State *L, Matrix matrix ); void uluaPushRay( lua_State *L, Ray ray ); void uluaPushRayCollision( lua_State *L, RayCollision rayCol ); +void uluaPushBoundingBox( lua_State *L, BoundingBox box ); int uluaGetTableLen( lua_State *L ); |
