1
0
Fork 0
mirror of https://github.com/suchmememanyskill/TegraExplorer.git synced 2025-02-22 16:35:56 +00:00
TegraExplorer/source/tegraexplorer/script/lexer.h

6 lines
152 B
C
Raw Normal View History

2020-11-06 21:19:29 +01:00
#pragma once
#include "types.h"
lexarVector_t lexarGo(const char* in);
char lexarDebugGetTokenC(u16 tokenN);
void lexarVectorClear(lexarVector_t* vec);