Changeset cdb4bec in network-game for client/Client/Textbox.h


Ignore:
Timestamp:
Dec 9, 2012, 8:59:18 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
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.
Message:

Merge branch 'master' of github.com:weretaco/network-game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Textbox.h

    rda692b9 rcdb4bec  
    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.