summaryrefslogtreecommitdiffstats
path: root/menu_demo/bitmap.h
blob: 8eb7680f3564fc8f62bbf13d753d833a8c6a6dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _CBITMAP_H
#define _CBITMAP_H

struct ButtonStruct {
  double m_dXPos;
  double m_dYPos;
  int m_iType;
};

void load_image(char *filename);

#endif