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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Textbox.h

    r87b3ee2 re607c0f  
    55
    66#include <string>
     7#include <map>
    78
    89using namespace std;
     
    1415   string str;
    1516   bool selected;
     17   bool shiftPressed;
     18   map<char, char> shiftMap;
    1619
    1720public:
Note: See TracChangeset for help on using the changeset viewer.