Switch to our own fork of BitMRC.

This gets rid of the useless and bad practice style "using namespace" usage in the public headers of BitMRC. I plan on submitting this to the developer as a pull request at some point.
This commit is contained in:
/dev/urandom
2016-08-26 22:46:07 +02:00
parent ee46d2fe20
commit bcb10258e1
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -31,4 +31,4 @@
url = https://github.com/miguelmartin75/Wink-Signals.git
[submodule "deps/bitmrc"]
path = deps/bitmrc
url = https://github.com/mrc-g/BitMRC.git
url = git@github.com:iw4x-dev-urandom/BitMRC.git

2
deps/bitmrc vendored