mirror of
https://github.com/WinDurango-project/WinDurango.git
synced 2024-11-23 11:19:46 +00:00
8 lines
106 B
C
8 lines
106 B
C
#ifndef PCH_H
|
|
#define PCH_H
|
|
|
|
#include "framework.h"
|
|
#include "d3d11_x.h"
|
|
#include "dxgi.h"
|
|
|
|
#endif //PCH_H
|