예제 #1
0
func InitImage() {

	C.al_init_image_addon()

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