diff options
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -690,8 +690,7 @@ Color Fade(Color color, float alpha) return (Color){color.r, color.g, color.b, color.a*alpha}; } -// Enable some window configurations (SetWindowFlags()?) -// TODO: Review function name and usage +// Enable some window/system configurations void SetConfigFlags(char flags) { configFlags = flags; |
