mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2024-12-26 16:29:34 +03:00
5ec92ee05e
Version 3.x.x
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
|