Add functions and int vars
This commit is contained in:
5
source/tegraexplorer/script/parser.h
Normal file
5
source/tegraexplorer/script/parser.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
void tester(char *path);
|
||||
void skipbrackets();
|
||||
void getfollowingchar(char end);
|
||||
Reference in New Issue
Block a user