first implementation of quest log need to review everything

This commit is contained in:
ErikasKontenis
2020-02-11 21:03:54 +02:00
parent abed251a30
commit 871013018e
13 changed files with 1629 additions and 6 deletions

View File

@@ -217,6 +217,7 @@
<ClCompile Include="..\src\waitlist.cpp" />
<ClCompile Include="..\src\wildcardtree.cpp" />
<ClCompile Include="..\src\xtea.cpp" />
<ClCompile Include="..\src\quests.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\account.h" />
@@ -295,6 +296,7 @@
<ClInclude Include="..\src\waitlist.h" />
<ClInclude Include="..\src\wildcardtree.h" />
<ClInclude Include="..\src\xtea.h" />
<ClInclude Include="..\src\quests.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">