mirror of
https://github.com/MCLCE/4JLibs.git
synced 2026-07-18 04:40:39 +00:00
14 lines
174 B
C++
14 lines
174 B
C++
#ifndef PCH_H
|
|
#define PCH_H
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <Windows.h>
|
|
|
|
#include <cstdint>
|
|
#include <assert.h>
|
|
#include <Xinput.h>
|
|
|
|
#include <d3d11.h>
|
|
|
|
#endif //PCH_H
|