1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2024-09-20 14:03:26 +01:00
TegraExplorer/source/tegraexplorer/script/parser.h

5 lines
95 B
C
Raw Normal View History

2020-03-31 13:24:34 +01:00
#pragma once
2020-04-01 15:48:36 +01:00
void runScript(char *path);
2020-03-31 13:24:34 +01:00
void skipbrackets();
void getfollowingchar(char end);