Remove the rcore.h include from drm, web, template (#3420)
This commit is contained in:
parent
6d7112fde7
commit
781f717530
3 changed files with 23 additions and 29 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue