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


Ignore:
Timestamp:
Jun 21, 2013, 1:52:53 AM (12 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.filters

    r5a5f131 r5c95436  
    6161      <Filter>Source Files\common</Filter>
    6262    </ClCompile>
     63    <ClCompile Include="RadioButtonList.cpp">
     64      <Filter>Source Files\gui</Filter>
     65    </ClCompile>
    6366  </ItemGroup>
    6467  <ItemGroup>
     
    9699      <Filter>Header Files\common</Filter>
    97100    </ClInclude>
     101    <ClInclude Include="RadioButtonList.h">
     102      <Filter>Header Files\gui</Filter>
     103    </ClInclude>
    98104  </ItemGroup>
    99105  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.