mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Rename a few variables
This commit is contained in:
@@ -97,7 +97,7 @@ struct LexerState {
|
||||
|
||||
void setAsCurrentState();
|
||||
bool setFileAsNextState(std::string const &filePath, bool updateStateNow);
|
||||
void setViewAsNextState(char const *filePath, char const *buf, size_t size, uint32_t lineNo_);
|
||||
void setViewAsNextState(char const *name, char const *buf, size_t size, uint32_t lineNo_);
|
||||
|
||||
void clear(uint32_t lineNo_);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user