Skip to content

Commit

Permalink
Merge pull request #45653 from migueldeicaza/patch-1
Browse files Browse the repository at this point in the history
C conformance: Replace "bool" as the base definition for boolean with char
  • Loading branch information
akien-mga authored Feb 2, 2021
2 parents 9e0bdeb + f02252e commit 235d891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gdnative/include/gdnative/math_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
extern "C" {
#endif

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

////// bool
Expand Down

0 comments on commit 235d891

Please sign in to comment.