Changes in client/Client/Textbox.h [e607c0f:87b3ee2] in network-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Textbox.h
re607c0f r87b3ee2 5 5 6 6 #include <string> 7 #include <map>8 7 9 8 using namespace std; … … 15 14 string str; 16 15 bool selected; 17 bool shiftPressed;18 map<char, char> shiftMap;19 16 20 17 public:
Note:
See TracChangeset
for help on using the changeset viewer.