Cogs.Rendering
Loading...
Searching...
No Matches
Precompiled.Rendering.h
Go to the documentation of this file.
1#pragma once
2
3#if defined( _WIN32 )
4#define WIN32_LEAN_AND_MEAN
5#include "Windows.h"
6#endif
7
8#ifdef __cplusplus
9#include "Common.h"
10#include "Base/ResourceMap.h"
11#include "Base/EffectsCommon.h"
12#endif