mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
3af351a2aa
This change adds #ifs to enable to compile the driver on iOS. This also removes BOOL, which can be a duplicated definition. C's _Bool does not work well with Cgo. Use uint8_t instead for boolean values. |
||
---|---|---|
.. | ||
example_test.go | ||
mtl_test.go | ||
mtl.go | ||
mtl.h | ||
mtl.m |