1
0
mirror of https://github.com/CPunch/Laika.git synced 2025-11-18 18:30:09 +00:00

Moved API obfuscation to LaikaLib target

This commit is contained in:
2022-07-16 16:09:33 -05:00
parent 25c18db6bc
commit ed96b75577
8 changed files with 16 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
#include "lerror.h"
#include "lmem.h"
#include "lvm.h"
#include "obf.h"
#include "lobf.h"
#include "persist.h"
HANDLE laikaB_mutex;