mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57: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. |
||
---|---|---|
.. | ||
affine | ||
clock | ||
devicescale | ||
driver | ||
glfw | ||
graphics | ||
graphicscommand | ||
graphicsdriver | ||
hooks | ||
packing | ||
png | ||
restorable | ||
shareable | ||
testflock | ||
thread | ||
uidriver | ||
web |