Changeset 365e156 in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Jul 21, 2013, 6:25:00 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
49da01a
Parents:
09ddba7
Message:

Added a TextLabel gui element and updated the client to show status messages when registering or logging in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r09ddba7 r365e156  
    7979    <ClCompile Include="RadioButtonList.cpp" />
    8080    <ClCompile Include="Textbox.cpp" />
     81    <ClCompile Include="TextLabel.cpp" />
    8182    <ClCompile Include="Window.cpp" />
    8283  </ItemGroup>
     
    9495    <ClInclude Include="RadioButtonList.h" />
    9596    <ClInclude Include="Textbox.h" />
     97    <ClInclude Include="TextLabel.h" />
    9698    <ClInclude Include="Window.h" />
    9799  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.