Split FnPtr into own file.
This commit is contained in:
@@ -83,6 +83,7 @@ mod fn_call;
|
||||
mod fn_func;
|
||||
mod fn_hash;
|
||||
mod fn_native;
|
||||
mod fn_ptr;
|
||||
mod fn_register;
|
||||
mod immutable_string;
|
||||
mod module;
|
||||
@@ -132,7 +133,8 @@ pub use dynamic::Dynamic;
|
||||
pub use engine::{Engine, EvalContext, OP_CONTAINS, OP_EQUALS};
|
||||
pub use error::EvalAltResult;
|
||||
pub use error_parsing::{LexError, ParseError, ParseErrorType};
|
||||
pub use fn_native::{FnPtr, NativeCallContext};
|
||||
pub use fn_native::NativeCallContext;
|
||||
pub use fn_ptr::FnPtr;
|
||||
pub use fn_register::RegisterNativeFunction;
|
||||
pub use immutable_string::ImmutableString;
|
||||
pub use module::{FnNamespace, Module};
|
||||
|
Reference in New Issue
Block a user