mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Factor out shared --color-parsing code
This commit is contained in:
@@ -35,7 +35,7 @@ enum StyleColor {
|
||||
#endif
|
||||
};
|
||||
|
||||
void style_Enable(bool enable);
|
||||
bool style_Parse(char const *arg);
|
||||
void style_Set(FILE *file, StyleColor color, bool bold);
|
||||
void style_Reset(FILE *file);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user