mirror of
https://github.com/suchmememanyskill/TegraExplorer.git
synced 2024-11-10 06:02:01 +00:00
4 lines
89 B
C
4 lines
89 B
C
|
#pragma once
|
||
|
#include "model.h"
|
||
|
|
||
|
ClassFunctionTableEntry_t* searchStdLib(char* funcName);
|