#ifndef _CBUTTON_H #define _CBUTTON_H struct ButtonStruct { double m_dXPos; double m_dYPos; int m_iType; }; #endif