Changes in client/Client/Textbox.h [e607c0f:87b3ee2] in network-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Textbox.h

    re607c0f r87b3ee2  
    55
    66#include <string>
    7 #include <map>
    87
    98using namespace std;
     
    1514   string str;
    1615   bool selected;
    17    bool shiftPressed;
    18    map<char, char> shiftMap;
    1916
    2017public:
Note: See TracChangeset for help on using the changeset viewer.