Provide an interface to the engine for the script task

This commit is contained in:
Tim Kuehn 2013-06-06 15:16:05 -07:00 committed by Patrick Walton
parent abe6a06cbf
commit bf4df24521
7 changed files with 74 additions and 50 deletions

View file

@ -65,5 +65,6 @@ pub mod html {
}
pub mod layout_interface;
pub mod engine_interface;
pub mod script_task;