13 lines
200 B
C++
13 lines
200 B
C++
// Watchful Eye precompiled header
|
|
|
|
// STD
|
|
#include <iostream>
|
|
#include <string>
|
|
#include <format>
|
|
#include <chrono>
|
|
|
|
// Windows
|
|
#define WIN32_LEAN_AND_MEAN
|
|
#include <Windows.h>
|
|
#include <shellapi.h>
|