Exemplo n.º 1
0
func (b *Bitmap) SetTargetBitmap() {

	C.al_set_target_bitmap((*C.ALLEGRO_BITMAP)(b))

}
Exemplo n.º 2
0
// Sets the target C bitmap of allegro drawing
func setTargetCBitmap(bmp *C.ALLEGRO_BITMAP) {
	C.al_set_target_bitmap(bmp)
}
Exemplo n.º 3
0
func (b *Bitmap) SetTarget() {
	C.al_set_target_bitmap((*C.ALLEGRO_BITMAP)(unsafe.Pointer(b)))
}