mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-05 15:34:28 +01:00
6 lines
48 B
GLSL
6 lines
48 B
GLSL
bool F0(void);
|
|
|
|
bool F0(void) {
|
|
return true;
|
|
}
|