mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Reuse isWhitespace and isNewline, also refactoring readAtFile
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
|
||||
#include "helpers.hpp"
|
||||
|
||||
bool isWhitespace(int c);
|
||||
bool isNewline(int c);
|
||||
|
||||
bool startsIdentifier(int c);
|
||||
bool continuesIdentifier(int c);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user