1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-02-06 08:45:09 +00:00
TegraExplorer/source/script/standardLibrary.h

4 lines
98 B
C
Raw Normal View History

2021-07-09 22:56:13 +02:00
#pragma once
#include "model.h"
2021-07-23 14:03:49 +02:00
ClassFunctionTableEntry_t* searchStdLib(char* funcName, u8 *len);