Skip to content

Commit

Permalink
Include stdbool.h in libultra types. (HarbourMasters#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenix3 authored Nov 23, 2022
1 parent 9e98291 commit fd8437b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/libultraship/libultra/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>

typedef signed char s8;
typedef unsigned char u8;
Expand Down

0 comments on commit fd8437b

Please sign in to comment.