Procházet zdrojové kódy

Revert "REVIEWED: Alignment with other platforms"

This reverts commit cf0d6fc664.
pull/5419/head
Ray před 1 měsícem
rodič
revize
1c7240a01d
2 změnil soubory, kde provedl 7543 přidání a 10386 odebrání
  1. +7538
    -10386
      src/external/RGFW.h
  2. +5
    -0
      src/platforms/rcore_desktop_rgfw.c

+ 7538
- 10386
src/external/RGFW.h
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 5
- 0
src/platforms/rcore_desktop_rgfw.c Zobrazit soubor

@ -48,6 +48,11 @@
* *
**********************************************************************************************/ **********************************************************************************************/
#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

Načítá se…
Zrušit
Uložit