Ejemplo n.º 1
0
func (t *Timer) Start() {
	C.al_start_timer((*C.ALLEGRO_TIMER)(unsafe.Pointer(t)))
}
Ejemplo n.º 2
0
Archivo: al.go Proyecto: beoran/algo
// Starts the timer.
func (self *Timer) Start() {
	C.al_start_timer(self.handle)
}
Ejemplo n.º 3
0
func (t *Timer) Start() {

	C.al_start_timer((*C.ALLEGRO_TIMER)(t))

}