Changeset 1e250bf in network-game for client/Client/RadioButtonList.h
- Timestamp:
- Jan 26, 2014, 12:02:49 AM (11 years ago)
- Branches:
- master
- Children:
- c51da03
- Parents:
- 9ee50ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/RadioButtonList.h
r9ee50ce r1e250bf 15 15 string strLabel; 16 16 vector<string> vctRadioButtons; 17 int selectedButton;17 unsigned int selectedButton; 18 18 19 19 public:
Note:
See TracChangeset
for help on using the changeset viewer.