Split register export macro, add Engine support

This commit is contained in:
J Henry Waugh
2020-08-12 23:34:53 -05:00
parent 36865593ec
commit 28572544d8
5 changed files with 189 additions and 58 deletions

View File

@@ -11,6 +11,7 @@ pub use crate::{
ImmutableString,
Module,
Position,
RegisterResultFn,
};
pub use rhai_codegen::*;