Move math to c

This commit is contained in:
luboslenco
2024-09-08 21:53:39 +02:00
parent 5332c67ffc
commit 7c4275ea06
37 changed files with 454 additions and 371 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ type logic_node_ext_t = {
type logic_node_value_t = {
_f32?: f32;
_any?: any;
_vec4?: vec4_t;
_str?: string;
};
type logic_node_input_t = {