Skylicht Engine
Toggle main menu visibility
Loading...
Searching...
No Matches
pch.h
1
#pragma once
2
3
#if defined(_WIN32) || defined(CYGWIN) || defined(MINGW)
4
#include <Windows.h>
5
6
#ifdef WINDOWS_STORE
7
#include <wrl.h>
8
#include <wrl/client.h>
9
#include <agile.h>
10
#include <concrt.h>
11
#endif
12
13
#endif
14
15
#include "AppInclude.h"
16
#include "SkylichtConfig.h"
17
#include "NewOperator.h"
Generated by
1.17.0