Remove the rcore.h include from drm, web, template (#3420)

This commit is contained in:
ubkp 2023-10-14 17:47:35 -03:00 committed by GitHub
parent 6d7112fde7
commit 781f717530
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 29 deletions

View file

@ -47,8 +47,6 @@
*
**********************************************************************************************/
#include "rcore.h"
#include <fcntl.h> // POSIX file control definitions - open(), creat(), fcntl()
#include <unistd.h> // POSIX standard function definitions - read(), close(), STDIN_FILENO
#include <termios.h> // POSIX terminal control definitions - tcgetattr(), tcsetattr()

View file

@ -46,8 +46,6 @@
*
**********************************************************************************************/
#include "rcore.h"
// TODO: Include the platform specific libraries
//----------------------------------------------------------------------------------

View file

@ -45,8 +45,6 @@
*
**********************************************************************************************/
#include "rcore.h"
#define GLFW_INCLUDE_ES2 // GLFW3: Enable OpenGL ES 2.0 (translated to WebGL)
// #define GLFW_INCLUDE_ES3 // GLFW3: Enable OpenGL ES 3.0 (transalted to WebGL2?)
#include "GLFW/glfw3.h" // GLFW3: Windows, OpenGL context and Input management