start of tsV2
This commit is contained in:
6
source/tegraexplorer/script/lexer.h
Normal file
6
source/tegraexplorer/script/lexer.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "types.h"
|
||||
|
||||
lexarVector_t lexarGo(const char* in);
|
||||
char lexarDebugGetTokenC(u16 tokenN);
|
||||
void lexarVectorClear(lexarVector_t* vec);
|
||||
Reference in New Issue
Block a user