Changeset 4c202e0 in network-game for client/Client/Client.vcxproj.filters


Ignore:
Timestamp:
Dec 25, 2012, 6:59:58 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
3b8adee
Parents:
edfd1d0
Message:

Added Player to the visual studio project, changed Common to use the #defines in Compiler.h, and added basic client support for processing MSG_TYPE_PLAYER messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj.filters

    redfd1d0 r4c202e0  
    4949      <Filter>Source Files\gui</Filter>
    5050    </ClCompile>
     51    <ClCompile Include="..\..\common\Common.cpp">
     52      <Filter>Source Files\common</Filter>
     53    </ClCompile>
     54    <ClCompile Include="..\..\common\Player.cpp">
     55      <Filter>Source Files\common</Filter>
     56    </ClCompile>
    5157  </ItemGroup>
    5258  <ItemGroup>
     
    7581      <Filter>Header Files\gui</Filter>
    7682    </ClInclude>
     83    <ClInclude Include="..\..\common\Player.h">
     84      <Filter>Header Files\common</Filter>
     85    </ClInclude>
    7786  </ItemGroup>
    7887  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.