aboutsummaryrefslogtreecommitdiff
path: root/client/src/main.cpp
diff options
context:
space:
mode:
authorauth12 <[email protected]>2020-07-27 16:29:29 -0700
committerauth12 <[email protected]>2020-07-27 16:29:29 -0700
commit9354a3bd08b63fd5f79f47f186876d3f3611828a (patch)
treeec7e2d524f61e710c53fd5a45df4faf8a3565d9d /client/src/main.cpp
parentFixed support for colored text. (diff)
downloadloader-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.cpp1
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());