1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-08-05 13:09:47 +00:00

Import better-enums project from github and put it to use :)

Fix build and somewhat improve the dindexer-scan --help message.
This commit is contained in:
King_DuckZ 2016-04-26 20:42:34 +02:00
parent c21779adde
commit a625f69afd
10 changed files with 105 additions and 55 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "lib/pbl/pbl"]
path = lib/pbl/pbl
url = https://github.com/peterGraf/pbl.git
[submodule "lib/better-enums"]
path = lib/better-enums
url = https://github.com/aantron/better-enums