11 lines
309 B
D
11 lines
309 B
D
/++
|
|
Convenience module for importing the entire public LuaD API.
|
|
|
|
This module does not import the C API bindings.
|
|
+/
|
|
module luad.all;
|
|
|
|
public import luad.base, luad.table, luad.lfunction, luad.dynamic, luad.state, luad.lmodule;
|
|
|
|
public import luad.conversions.functions : LuaVariableReturn, variableReturn;
|