Changeset 1785314 in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Sep 24, 2013, 12:31:56 AM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
b72ed16
Parents:
c044a36
Message:

Added a lobby screen to the client where players will create and join games

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    rc044a36 r1785314  
    6868  <ItemGroup>
    6969    <ClCompile Include="..\..\common\Common.cpp" />
     70    <ClCompile Include="..\..\common\Game.cpp" />
    7071    <ClCompile Include="..\..\common\MessageContainer.cpp" />
    7172    <ClCompile Include="..\..\common\MessageProcessor.cpp" />
     
    8586    <ClInclude Include="..\..\common\Common.h" />
    8687    <ClInclude Include="..\..\common\Compiler.h" />
     88    <ClInclude Include="..\..\common\Game.h" />
    8789    <ClInclude Include="..\..\common\MessageContainer.h" />
    8890    <ClInclude Include="..\..\common\MessageProcessor.h" />
Note: See TracChangeset for help on using the changeset viewer.