Example #1
0
func InitImage() {

	C.al_init_image_addon()

}
Example #2
0
func Init() bool {
	return bool(C.al_init_image_addon())
}