diff options
Diffstat (limited to 'obfuscator/test/header.hpp')
-rw-r--r-- | obfuscator/test/header.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/obfuscator/test/header.hpp b/obfuscator/test/header.hpp new file mode 100644 index 0000000..767e2bc --- /dev/null +++ b/obfuscator/test/header.hpp @@ -0,0 +1,6 @@ + +#define CONSTANT1 1 +#define CONSTANT2 2 +#define CONSTANT3 3 +#define CONSTANT4 4 +#define CONSTANT5 5 |