-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41a2dcd
commit f1958e0
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dfhack
updated
9 files
+2 −0 | docs/changelog.txt | |
+9 −0 | docs/dev/Contributing.rst | |
+10 −0 | docs/dev/Lua API.rst | |
+2 −0 | library/CMakeLists.txt | |
+2 −0 | library/LuaApi.cpp | |
+7 −0 | library/include/modules/Job.h | |
+10 −0 | library/include/modules/References.h | |
+38 −5 | library/modules/Job.cpp | |
+225 −0 | library/modules/References.cpp |