mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Implemented LuaJIT FFI versions of love.math.random and RandomGenerator:random.
This commit is contained in:
@@ -33,7 +33,6 @@ namespace math
|
||||
|
||||
// Helper functions.
|
||||
RandomGenerator::Seed luax_checkrandomseed(lua_State *L, int idx);
|
||||
int luax_getrandom(lua_State *L, int startidx, double r);
|
||||
|
||||
RandomGenerator *luax_checkrandomgenerator(lua_State *L, int idx);
|
||||
extern "C" int luaopen_randomgenerator(lua_State *L);
|
||||
|
||||
Reference in New Issue
Block a user