mirror of
https://github.com/Patoke/4JLibs.git
synced 2026-06-18 05:01:53 +00:00
12 lines
154 B
C++
12 lines
154 B
C++
#ifndef PCH_H
|
|
#define PCH_H
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <Windows.h>
|
|
|
|
#include <cstdint>
|
|
#include <assert.h>
|
|
#include <Xinput.h>
|
|
|
|
#endif //PCH_H
|