mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 03:58:55 +01:00
7991ba4cfa
The definition of BOOL is different between macOS and iOS. C's bool is used on iOS, but C's bool is hard to use from Go (e.g., an integer cannot be converted to C's bool). Use unsigned char instead. Fixes #1006 |
||
---|---|---|
.. | ||
ns.go | ||
ns.h | ||
ns.m |