- Oct 13, 2018
-
-
Lioncash authored
Instead, we can make it part of the type and make named variables for them, so they only require one definition (and if they ever change for whatever reason, they only need to be changed in one spot).
-
Lioncash authored
Given the VirtualFile instance isn't stored into the class as a data member, or written to, this can just be turned into a const reference, as the constructor doesn't need to make a copy of it.
-
Lioncash authored
Orders the members in the exact order they would be initialized. This also prevents compiler warnings about this sort of thing.
-
Lioncash authored
Gets unused includes out of the headers and moves them into the cpp file if they're used there instead.
-
- Oct 07, 2018
-
-
Zach Hilman authored
x
-
Zach Hilman authored
Keeps track of system files for key derivation
-