예제 #1
0
파일: bitmap.go 프로젝트: beoran/algo
// Adds a flags to the flags that will be used for new bitmaps that are created
// using CreateBitmap
func AddNewBitmapFlag(flags int) {
	C.al_add_new_bitmap_flag(C.int(flags))
}
예제 #2
0
func AddNewBitmapFlag(flag int32) {
	C.al_add_new_bitmap_flag(C.int(flag))
}