예제 #1
0
파일: bitmap.go 프로젝트: beoran/algo
// Gets the flags for new bitmaps that are created using CreateBitmap
func NewBitmapFlags(flags int) int {
	return int(C.al_get_new_bitmap_flags())
}
예제 #2
0
func GetNewBitmapFlags() int {
	f := int(C.al_get_new_bitmap_flags())
	return f
}
예제 #3
0
func GetNewBitmapFlags() int32 {
	return int32(C.al_get_new_bitmap_flags())
}