Cogs.Core
Precompiled.Editor.h
1#pragma once
2
3#if defined(__cplusplus)
4 #define _USE_MATH_DEFINES
5
6 #include "Foundation/Geometry/BoundingBox.hpp"
7 #include "Foundation/Platform/Threads.h"
8 #include "Commands/EditorCommand.h"
9 #include "Context.h"
10
11 #include <glm/glm.hpp>
12 #include <cassert>
13
14 #if defined( _WIN32 )
15 #define WIN32_LEAN_AND_MEAN
16 #include <winsock2.h>
17 #include <ws2tcpip.h>
18 #endif
19#endif