Files
Patoke-4JLibs/Windows_Libs/Dev/Profile/stdafx.h
Patoke 713247054e feat: projects can now link seamlessly with project
fix: change runtime library usage to MT static
2026-02-28 02:09:50 -03:00

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