Changeset c51da03 in network-game for client/Client/RadioButtonList.h
- Timestamp:
- Jan 26, 2014, 9:46:43 PM (11 years ago)
- Branches:
- master
- Children:
- c991530
- Parents:
- 5c7f28d (diff), 1e250bf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/RadioButtonList.h
r5c7f28d rc51da03 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.