diff options
| author | auth12 <[email protected]> | 2020-07-27 16:29:29 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-27 16:29:29 -0700 |
| commit | 9354a3bd08b63fd5f79f47f186876d3f3611828a (patch) | |
| tree | ec7e2d524f61e710c53fd5a45df4faf8a3565d9d /client/src/main.cpp | |
| parent | Fixed support for colored text. (diff) | |
| download | loader-9354a3bd08b63fd5f79f47f186876d3f3611828a.tar.xz loader-9354a3bd08b63fd5f79f47f186876d3f3611828a.zip | |
Imported modules are now manual mapped.
Diffstat (limited to 'client/src/main.cpp')
| -rw-r--r-- | client/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/main.cpp b/client/src/main.cpp index 0cb08f4..4a11061 100644 --- a/client/src/main.cpp +++ b/client/src/main.cpp @@ -6,6 +6,7 @@ #include "injection/process.h" #include "injection/mapper.h" #include "hwid/hwid.h" +#include "util/apiset.h" int main(int argc, char* argv[]) { io::log("{:x}", g_syscalls()); |