Remove debug include
This commit is contained in:
parent
ca9c45c8af
commit
8adf28783f
|
|
@ -1,8 +1,6 @@
|
||||||
#ifndef RCORE_H
|
#ifndef RCORE_H
|
||||||
#define RCORE_H
|
#define RCORE_H
|
||||||
|
|
||||||
#define PLATFORM_DESKTOP
|
|
||||||
|
|
||||||
#include <stdlib.h> // Required for: srand(), rand(), atexit()
|
#include <stdlib.h> // Required for: srand(), rand(), atexit()
|
||||||
#include <stdio.h> // Required for: sprintf() [Used in OpenURL()]
|
#include <stdio.h> // Required for: sprintf() [Used in OpenURL()]
|
||||||
#include <string.h> // Required for: strrchr(), strcmp(), strlen(), memset()
|
#include <string.h> // Required for: strrchr(), strcmp(), strlen(), memset()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user