implement TScript v2.5
This commit is contained in:
4
source/script/functions.h
Normal file
4
source/script/functions.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "variables.h"
|
||||
|
||||
Variable_t executeFunction(scriptCtx_t* ctx, char* func_name, lexarToken_t* start, u32 len);
|
||||
Reference in New Issue
Block a user