Changeset 49da01a in network-game for client/Client/RadioButtonList.cpp
- Timestamp:
- Jul 22, 2013, 11:52:39 PM (12 years ago)
- Branches:
- master
- Children:
- dee75cc
- Parents:
- 365e156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/RadioButtonList.cpp
r365e156 r49da01a 65 65 return this->selectedButton; 66 66 } 67 68 void RadioButtonList::setSelectedButton(int b) { 69 this->selectedButton = b; 70 }
Note:
See TracChangeset
for help on using the changeset viewer.