Skip to content

Commit

Permalink
Refactor many code
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhxiao committed Aug 24, 2020
1 parent a1c4f40 commit 87a314b
Show file tree
Hide file tree
Showing 38 changed files with 1,472 additions and 1,204 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cmake-build-debug
cmake-build-release
PDB.txt
cvdump.exe
PDB导出工具.exe
9 changes: 9 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

90 changes: 82 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

181 changes: 0 additions & 181 deletions Actor.h

This file was deleted.

32 changes: 17 additions & 15 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,22 @@ set(CMAKE_CXX_STANDARD 14)
include_directories(.)

add_library (TrapDoor SHARED
Actor.h
Block.h
Cons.h
detours.h
detver.h
entity/Actor.h
block/Block.h
common/Common.h
lib/detours.h
lib/detver.h
dllmain.cpp
framework.h
mod.cpp
mod.h
pch.cpp
pch.h
Shell.h
Spawn.h
SymHook.h
Tick.h
lib/framework.h
lib/mod.cpp
lib/mod.h
lib/pch.cpp
lib/pch.h
spawn/Spawn.h
lib/SymHook.h
Tools.h
Village.h)
village/Village.h
tools/MessageBuilder.cpp
common/Vec3.h common/BlockPos.h common/AABB.h
tick/Tick.h
commands/Shell.cpp commands/Shell.h entity/ActorHook.h tick/TickHook.h tools/MathTool.h tools/Particle.h tools/Message.h village/VillagerHook.h)
Loading

0 comments on commit 87a314b

Please sign in to comment.