Skip to content

Commit

Permalink
add RGFW_DEBUG to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 11, 2024
1 parent cfb2732 commit 9c9a9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/basic/basic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#define RGFW_ALLOC_DROPFILES
#define RGFW_IMPLEMENTATION
#define RGFW_PRINT_ERRORS
#define RGFW_DEBUG

#include "RGFW.h"
#include <stdio.h>
Expand Down
1 change: 1 addition & 0 deletions examples/gl33/gl33.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define RGFW_ALLOC_DROPFILES
#define RGFW_IMPLEMENTATION
#define RGFW_PRINT_ERRORS
#define RGFW_DEBUG
#include <RGFW.h>

#define MULTILINE_STR(...) #__VA_ARGS__
Expand Down

0 comments on commit 9c9a9a2

Please sign in to comment.