mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-24 13:35:43 +08:00
✨ split math lib into new file
This commit is contained in:
@@ -14,6 +14,7 @@ void codegen::load_native_function_table(nasal_builtin_table* table) {
|
||||
|
||||
void codegen::init_native_function() {
|
||||
load_native_function_table(builtin);
|
||||
load_native_function_table(math_lib_native);
|
||||
load_native_function_table(flight_gear_native);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user