Changeset cdb4bec in network-game for client/Client/Textbox.h
- Timestamp:
- Dec 9, 2012, 8:59:18 PM (12 years ago)
- Branches:
- master
- Children:
- 3f5616f
- Parents:
- da692b9 (diff), e607c0f (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/Textbox.h
rda692b9 rcdb4bec 5 5 6 6 #include <string> 7 #include <map> 7 8 8 9 using namespace std; … … 14 15 string str; 15 16 bool selected; 17 bool shiftPressed; 18 map<char, char> shiftMap; 16 19 17 20 public:
Note:
See TracChangeset
for help on using the changeset viewer.