mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +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 |
||
---|---|---|
.. | ||
metal | ||
opengl |