Yet more packages into plugins.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use rhai::plugin::*;
|
||||
use rhai::{Engine, EvalAltResult, INT};
|
||||
|
||||
|
||||
#[export_fn]
|
||||
pub fn add_together(x: INT, y: INT) -> INT {
|
||||
x + y
|
||||
|
Reference in New Issue
Block a user