Files
4JLibs/Windows_Libs/Dev/Render/stdafx.h
2026-02-28 02:52:07 -03:00

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