Remove debug include

This commit is contained in:
MichaelFiber 2023-09-17 14:54:50 -04:00
parent ca9c45c8af
commit 8adf28783f

View File

@ -1,8 +1,6 @@
#ifndef RCORE_H
#define RCORE_H
#define PLATFORM_DESKTOP
#include <stdlib.h> // Required for: srand(), rand(), atexit()
#include <stdio.h> // Required for: sprintf() [Used in OpenURL()]
#include <string.h> // Required for: strrchr(), strcmp(), strlen(), memset()