summaryrefslogtreecommitdiffstats
path: root/menu_demo/bitmap.h
blob: 9e68dae821a85b1fcdea35d2143ebb99ec11a406 (plain)
1
2
3
4
5
6
#ifndef _CBITMAP_H
#define _CBITMAP_H

void BitmapLoad(char *filename);

#endif