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

void load_image(char *filename);

#endif