mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-22 18:16:24 +00:00
Comment tweak
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
#include <stdlib.h> // Required for: malloc(), free()
|
||||
#include <string.h> // Required for: strlen()
|
||||
#include <stdarg.h> // Required for: va_list, va_start(), vfprintf(), va_end()
|
||||
#include <stdarg.h> // Required for: va_list, va_start(), vsprintf(), va_end()
|
||||
#include <stdio.h> // Required for: FILE, fopen(), fclose(), fscanf(), feof(), rewind(), fgets()
|
||||
#include <ctype.h> // Required for: toupper(), tolower()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user