9 lines
357 B
D
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; |