mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-03 20:59:18 -05:00
Remove the rcore.h include from drm, web, template (#3420)
This commit is contained in:
@ -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()
|
||||
|
||||
@ -46,8 +46,6 @@
|
||||
*
|
||||
**********************************************************************************************/
|
||||
|
||||
#include "rcore.h"
|
||||
|
||||
// TODO: Include the platform specific libraries
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user