コード例 #1
0
ファイル: builtin.go プロジェクト: Christopheraburns/clive
func xbgopen(g *gx.Graphics) int {
	return xbopen("g:"+g.Name(), "rw", g)
}