Exemplo n.º 1
0
func InitImage() {

	C.al_init_image_addon()

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