Files
lunch-games/source/luad/c/all.d
2025-04-29 01:59:15 +02:00

9 lines
357 B
D

/++
Convenience module to import the Lua 5.1 C API.
This module also exposes luaL_tolstring which works like the function with the same name in Lua 5.2.
See_Also:
Documentation for this API can be found $(LINK2 http://www.lua.org/manual/5.1/manual.html,here).
+/
module luad.c.all;
public import luad.c.lua, luad.c.lauxlib, luad.c.lualib, luad.c.tostring;