Skip to content

Commit

Permalink
move where RGFW.h is included
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Nov 28, 2024
1 parent e4a2286 commit 1481ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#define RGL_OPENGL_LEGACY
#endif

#include "RGFW.h"

#ifdef RFONT_RENDER_RGL
#include "RGL.h"
#endif
Expand All @@ -17,10 +19,8 @@
#include "ext/rglLoad.h"
#endif


#include "RFont.h"

#include "RGFW.h"

#include <stdbool.h>

Expand Down

0 comments on commit 1481ed4

Please sign in to comment.