mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Packaged toy as a dll
This commit is contained in:
@@ -19,7 +19,7 @@ typedef struct {
|
||||
int line;
|
||||
} Token;
|
||||
|
||||
void initLexer(Lexer* lexer, char* source);
|
||||
TOY_API void initLexer(Lexer* lexer, char* source);
|
||||
Token scanLexer(Lexer* lexer);
|
||||
|
||||
//for debugging
|
||||
|
||||
Reference in New Issue
Block a user