summaryrefslogtreecommitdiffstats
path: root/menu_demo/button.h
blob: a59d062e66df611b1d8e70c155ad49bbac2bdf88 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _CBUTTON_H
#define _CBUTTON_H

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

#endif