Changeset baaf6c8 in network-game


Ignore:
Timestamp:
Dec 24, 2012, 10:31:20 PM (12 years ago)
Author:
dportnoy <dmp1488@…>
Branches:
master
Children:
edfd1d0
Parents:
3f5616f
Message:

Added Compiler.h to all gui files, added the font file to the project, and moved the Window class into the gui folder

Location:
client/Client
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • client/Client/Client.vcxproj

    r3f5616f rbaaf6c8  
    8282    <ClInclude Include="Window.h" />
    8383  </ItemGroup>
     84  <ItemGroup>
     85    <None Include="..\pirulen.ttf" />
     86  </ItemGroup>
    8487  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    8588  <ImportGroup Label="ExtensionTargets">
  • client/Client/Client.vcxproj.filters

    r3f5616f rbaaf6c8  
    4343      <Filter>Source Files\gui</Filter>
    4444    </ClCompile>
    45     <ClCompile Include="Window.cpp">
    46       <Filter>Source Files</Filter>
    47     </ClCompile>
    4845    <ClCompile Include="..\..\common\Message.cpp">
    4946      <Filter>Source Files\common</Filter>
     47    </ClCompile>
     48    <ClCompile Include="Window.cpp">
     49      <Filter>Source Files\gui</Filter>
    5050    </ClCompile>
    5151  </ItemGroup>
     
    6363      <Filter>Header Files\gui</Filter>
    6464    </ClInclude>
    65     <ClInclude Include="Window.h">
    66       <Filter>Header Files</Filter>
    67     </ClInclude>
    6865    <ClInclude Include="..\..\common\Compiler.h">
    6966      <Filter>Header Files\common</Filter>
     
    7572      <Filter>Header Files\common</Filter>
    7673    </ClInclude>
     74    <ClInclude Include="Window.h">
     75      <Filter>Header Files\gui</Filter>
     76    </ClInclude>
     77  </ItemGroup>
     78  <ItemGroup>
     79    <None Include="..\pirulen.ttf">
     80      <Filter>Resource Files</Filter>
     81    </None>
    7782  </ItemGroup>
    7883</Project>
  • client/Client/GuiComponent.h

    r3f5616f rbaaf6c8  
    55#include <allegro5/allegro_primitives.h>
    66#include <allegro5/allegro_font.h>
     7
     8#include "../../common/Compiler.h"
    79
    810class GuiComponent
Note: See TracChangeset for help on using the changeset viewer.