mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-12-24 13:08:06 +08:00
6 lines
67 B
Go
6 lines
67 B
Go
package main
|
|
|
|
func Foo() (a float, b [4]float, c vec4) {
|
|
return
|
|
}
|