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

#define _CRT_SECURE_NO_WARNINGS
#define RAPIDJSON_NOMEMBERITERATORCLASS // need this for rapidjson
#define NOMINMAX // this too

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

#endif