mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Rename lexer_DeleteState to lexer_CleanupState
This commit is contained in:
@@ -122,7 +122,7 @@ bool lexer_OpenFile(struct LexerState &state, char const *path);
|
||||
void lexer_OpenFileView(struct LexerState &state, char const *path, char *buf, size_t size,
|
||||
uint32_t lineNo);
|
||||
void lexer_RestartRept(uint32_t lineNo);
|
||||
void lexer_DeleteState(struct LexerState &state);
|
||||
void lexer_CleanupState(struct LexerState &state);
|
||||
void lexer_Init(void);
|
||||
void lexer_SetMode(enum LexerMode mode);
|
||||
void lexer_ToggleStringExpansion(bool enable);
|
||||
|
||||
Reference in New Issue
Block a user