mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2025-01-13 17:19:29 +03:00
7 lines
99 B
C
7 lines
99 B
C
|
#pragma once
|
||
|
#ifndef VMPC_PCH
|
||
|
#define VMPC_PCH
|
||
|
|
||
|
#include "../core/precompiled.h"
|
||
|
|
||
|
#endif //VMPC_PCH
|