1
0
forked from gcdsfh/PMDT

try fix windows bug

This commit is contained in:
gcdsfh145
2026-05-03 14:19:19 +08:00
parent 7699ea3535
commit 04a9f351a2
15 changed files with 14 additions and 14 deletions
+12
View File
@@ -0,0 +1,12 @@
#include "obfuscate.h"
size_t& _lxy_oxor_any_::X() {
static size_t x = 0;
return x;
}
size_t& _lxy_oxor_any_::Y() {
static size_t y = 0;
return y;
}