mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2025-01-28 00:19:27 +03:00
9 lines
152 B
C
9 lines
152 B
C
|
#pragma once
|
||
|
#ifndef WRUT_PCH
|
||
|
#define WRUT_PCH
|
||
|
|
||
|
#include "../runtime/precompiled.h"
|
||
|
|
||
|
#include "gtest/gtest.h"
|
||
|
#include "gmock/gmock.h"
|
||
|
#endif //WRUT_PCH
|