Changeset baaf6c8 in network-game for client/Client
- Timestamp:
- Dec 24, 2012, 10:31:20 PM (12 years ago)
- Branches:
- master
- Children:
- edfd1d0
- Parents:
- 3f5616f
- Location:
- client/Client
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
client/Client/Client.vcxproj
r3f5616f rbaaf6c8 82 82 <ClInclude Include="Window.h" /> 83 83 </ItemGroup> 84 <ItemGroup> 85 <None Include="..\pirulen.ttf" /> 86 </ItemGroup> 84 87 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 85 88 <ImportGroup Label="ExtensionTargets"> -
client/Client/Client.vcxproj.filters
r3f5616f rbaaf6c8 43 43 <Filter>Source Files\gui</Filter> 44 44 </ClCompile> 45 <ClCompile Include="Window.cpp">46 <Filter>Source Files</Filter>47 </ClCompile>48 45 <ClCompile Include="..\..\common\Message.cpp"> 49 46 <Filter>Source Files\common</Filter> 47 </ClCompile> 48 <ClCompile Include="Window.cpp"> 49 <Filter>Source Files\gui</Filter> 50 50 </ClCompile> 51 51 </ItemGroup> … … 63 63 <Filter>Header Files\gui</Filter> 64 64 </ClInclude> 65 <ClInclude Include="Window.h">66 <Filter>Header Files</Filter>67 </ClInclude>68 65 <ClInclude Include="..\..\common\Compiler.h"> 69 66 <Filter>Header Files\common</Filter> … … 75 72 <Filter>Header Files\common</Filter> 76 73 </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> 77 82 </ItemGroup> 78 83 </Project> -
client/Client/GuiComponent.h
r3f5616f rbaaf6c8 5 5 #include <allegro5/allegro_primitives.h> 6 6 #include <allegro5/allegro_font.h> 7 8 #include "../../common/Compiler.h" 7 9 8 10 class GuiComponent
Note:
See TracChangeset
for help on using the changeset viewer.