コード例 #1
0
ファイル: cgo_linux.go プロジェクト: jctaylor1/haunts
func (linux *linuxSystemObject) Think() {
	C.GlopThink()
}
コード例 #2
0
ファイル: cgo_windows.go プロジェクト: MobRulesGames/glop
func (win32 *win32SystemObject) Think() {
	C.GlopThink()
}
コード例 #3
0
ファイル: cgo_linux.go プロジェクト: MobRulesGames/glop
func (linux *linuxSystemObject) Think() bool {
	C.GlopThink()
	return true
}