Esempio n. 1
0
func InitImage() {

	C.al_init_image_addon()

}
Esempio n. 2
0
func Init() bool {
	return bool(C.al_init_image_addon())
}