Changeset 49da01a in network-game for client/Client/Client.vcxproj


Ignore:
Timestamp:
Jul 22, 2013, 11:52:39 PM (11 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
dee75cc
Parents:
365e156
Message:

Add status messages for login and registration and remove the Message class (MessageProcessor includes all that functionality now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r365e156 r49da01a  
    7171    <ClCompile Include="..\..\common\Projectile.cpp" />
    7272    <ClCompile Include="..\..\common\WorldMap.cpp" />
    73     <ClCompile Include="..\..\common\Message.cpp" />
    7473    <ClCompile Include="..\..\common\Player.cpp" />
    7574    <ClCompile Include="chat.cpp" />
     
    8887    <ClInclude Include="..\..\common\Projectile.h" />
    8988    <ClInclude Include="..\..\common\WorldMap.h" />
    90     <ClInclude Include="..\..\common\Message.h" />
    9189    <ClInclude Include="..\..\common\Player.h" />
    9290    <ClInclude Include="chat.h" />
Note: See TracChangeset for help on using the changeset viewer.