예제 #1
0
func (linux *linuxSystemObject) Think() {
	C.GlopThink()
}
예제 #2
0
func (win32 *win32SystemObject) Think() {
	C.GlopThink()
}
예제 #3
0
func (linux *linuxSystemObject) Think() bool {
	C.GlopThink()
	return true
}