// Gets the flags for new bitmaps that are created using CreateBitmap func NewBitmapFlags(flags int) int { return int(C.al_get_new_bitmap_flags()) }
func GetNewBitmapFlags() int { f := int(C.al_get_new_bitmap_flags()) return f }
func GetNewBitmapFlags() int32 { return int32(C.al_get_new_bitmap_flags()) }