mirror of
https://github.com/Patoke/4JLibs.git
synced 2026-05-30 01:24:33 +00:00
16 lines
213 B
C++
16 lines
213 B
C++
#ifndef PCH_H
|
|
#define PCH_H
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <Windows.h>
|
|
|
|
#include <cstdint>
|
|
#include <assert.h>
|
|
#include <Xinput.h>
|
|
|
|
typedef unsigned __int64 __uint64;
|
|
|
|
#include "extraX64.h"
|
|
|
|
#endif //PCH_H
|