Archived
1

Separated book struct into separate header

This commit is contained in:
2020-01-23 14:11:20 +01:00
parent 55977d065a
commit 6c4fb1ef14
5 changed files with 63 additions and 41 deletions

View File

@ -142,6 +142,7 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="book.c" />
<ClCompile Include="main.c" />
</ItemGroup>
<ItemGroup>
@ -152,6 +153,9 @@
<Project>{43c12dd0-611c-43ee-82f4-f25b33eed30b}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClInclude Include="book.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>