Files
Patoke-4JLibs/Windows_Libs/Dev/Input/stdafx.h
2026-02-27 01:44:22 -03:00

12 lines
163 B
C++

#ifndef STDAFX_H
#define STDAFX_H
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <cstdint>
#include <assert.h>
#include <Xinput.h>
#endif //STDAFX_H