aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/pch.h
blob: 1ad845c930c34347be733b5b4d421e7a255645a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef PCH_H
#define PCH_H

#define _CRT_SECURE_NO_WARNINGS

// add headers that you want to pre-compile here
#include <Windows.h>
#include "logging.h"
#include "include/MinHook.h"

#endif