Skip to content

Commit

Permalink
初始化仓库
Browse files Browse the repository at this point in the history
  • Loading branch information
sukidesuka committed Jul 22, 2020
1 parent 2f4fdd7 commit 77be614
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions WooolC/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# 简要说明
此项目代码来源网络,原标题为 传奇世界脱机挂VC版

下载后经编译发现使用了非常远古的MFC组件,很难将其编译出来

但我只需要一个脱机挂能实现操作游戏人物即可,不需要GUI,故在此提取和整理核心代码,去除了GUI部分

原始代码文件参见Release
3 changes: 3 additions & 0 deletions WooolC/WooolC.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@
<ClInclude Include="WoolMap.h" />
<ClInclude Include="Actor.h" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
5 changes: 5 additions & 0 deletions WooolC/WooolC.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,9 @@
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="README.md">
<Filter>资源文件</Filter>
</None>
</ItemGroup>
</Project>

0 comments on commit 77be614

Please sign in to comment.