mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
|
void F0(out float l0);
|
||
|
|
||
|
void F0(out float l0) {
|
||
|
l0 = (sin(1.0000000000e-01)) + (cos(2.0000000000e-01));
|
||
|
return;
|
||
|
}
|