Changeset 5c95436 in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Jun 21, 2013, 1:52:53 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
109e8a3
Parents:
5a5f131
Message:

Add a RadioButtonList gui control to the client, re-organize the login/registration screen into two separate screens, and allow the player to select their class during registration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r5a5f131 r5c95436  
    7373    <ClCompile Include="GuiComponent.cpp" />
    7474    <ClCompile Include="main.cpp" />
     75    <ClCompile Include="RadioButtonList.cpp" />
    7576    <ClCompile Include="Textbox.cpp" />
    7677    <ClCompile Include="Window.cpp" />
     
    8687    <ClInclude Include="Button.h" />
    8788    <ClInclude Include="GuiComponent.h" />
     89    <ClInclude Include="RadioButtonList.h" />
    8890    <ClInclude Include="Textbox.h" />
    8991    <ClInclude Include="Window.h" />
Note: See TracChangeset for help on using the changeset viewer.