Changes in client/Client/Textbox.h [87b3ee2:e607c0f] in network-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Textbox.h
r87b3ee2 re607c0f 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.