mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-19 08:12:07 +08:00
6c702630ac
old-commit-hash: 14fb17e22f
14 lines
280 B
C++
14 lines
280 B
C++
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
|
// Windows Header Files:
|
|
#include <windows.h>
|
|
|
|
#include <string>
|
|
#include <array>
|
|
#include <queue>
|
|
#include <ctime>
|
|
#include <chrono>
|
|
#include <tchar.h> |