mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
6 lines
67 B
Go
6 lines
67 B
Go
|
package main
|
||
|
|
||
|
func Foo() (a float, b [4]float, c vec4) {
|
||
|
return
|
||
|
}
|