[add] Added package.d module for sjplayer
.
This commit is contained in:
parent
669c908f94
commit
fbc326ea96
19
sjplayer/src/sjplayer/package.d
Normal file
19
sjplayer/src/sjplayer/package.d
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
/// License: MIT
|
||||||
|
module sjplayer;
|
||||||
|
|
||||||
|
import sjscript;
|
||||||
|
|
||||||
|
public {
|
||||||
|
import sjplayer.ElementProgramSet;
|
||||||
|
}
|
||||||
|
|
||||||
|
///
|
||||||
|
auto CreateContextFromText(string src, ElementProgramSet programs) {
|
||||||
|
return src.CreateScriptAst().CreateContextFromScriptAst(programs);
|
||||||
|
}
|
||||||
|
///
|
||||||
|
auto CreateContextFromScriptAst(
|
||||||
|
ParametersBlock[] params, ElementProgramSet programs) {
|
||||||
|
// TODO:
|
||||||
|
assert(false);
|
||||||
|
}
|
Reference in New Issue
Block a user