Cogs.Core
Cogs.Foundation
Source
Precompiled.Foundation.h
1
#pragma once
2
3
#if !defined( NOMINMAX )
4
#define NOMINMAX
5
#endif
6
7
#if defined( _WIN32 )
8
#define WIN32_LEAN_AND_MEAN
9
#include <WinSock2.h>
10
#undef GetObject
11
#endif
12
13
#ifdef __cplusplus
14
#include "Platform/Threads.h"
15
#include "Memory/MemoryBuffer.h"
16
17
#include <cstdio>
18
#include <map>
19
#include <string>
20
#include <vector>
21
#endif
Generated by
1.9.6