TegraExplorer/source/tegraexplorer/script/parser.h

5 lines
95 B
C
Raw Normal View History

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