mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-08 13:11:54 +00:00
4 lines
No EOL
129 B
C
4 lines
No EOL
129 B
C
#pragma once
|
|
#include "variables.h"
|
|
|
|
Variable_t executeFunction(scriptCtx_t* ctx, char* func_name, lexarToken_t* start, u32 len); |