Skip to content

Commit

Permalink
update RGFW
Browse files Browse the repository at this point in the history
  • Loading branch information
ColleagueRiley committed Dec 31, 2024
1 parent f11a612 commit dfc2ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/deps/RGFW.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,13 @@ int main() {
typedef uint64_t u64;
typedef int64_t i64;
#endif
#define u8 u8
#endif

#if !defined(b8) /* RGFW bool type */
typedef u8 b8;
typedef u32 b32;
#define b8 b8
#endif

#define RGFW_TRUE (!(0))
Expand Down

0 comments on commit dfc2ab5

Please sign in to comment.