예제 #1
0
파일: font.go 프로젝트: bluepeppers/allegro
func (f *Font) Destroy() {

	C.al_destroy_font((*C.ALLEGRO_FONT)(f))

}
예제 #2
0
파일: font.go 프로젝트: b1naryth1ef/allegro
func (f *Font) Destroy() {
	C.al_destroy_font((*C.ALLEGRO_FONT)(unsafe.Pointer(f)))
}