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