Browse Source

Alignment with other platform backends, avoid unneeded includes

master
Ray 4 days ago
parent
commit
f031b2f4f4
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      src/platforms/rcore_desktop_rgfw.c

+ 0
- 5
src/platforms/rcore_desktop_rgfw.c View File

@ -48,11 +48,6 @@
* *
**********************************************************************************************/ **********************************************************************************************/
#ifndef RAYLIB_H /* this should never actually happen, it's only here for IDEs */
#include "raylib.h"
#include "../rcore.c"
#endif
#if defined(PLATFORM_WEB_RGFW) #if defined(PLATFORM_WEB_RGFW)
#define RGFW_NO_GL_HEADER #define RGFW_NO_GL_HEADER
#endif #endif

Loading…
Cancel
Save