mirror of
https://github.com/Patoke/4JLibs.git
synced 2026-05-28 16:44:32 +00:00
12 lines
163 B
C++
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
|