init
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
#ifndef BASE_H
|
||||
#define BASE_H
|
||||
#include <Windows.h>
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <thread>
|
||||
#include <TlHelp32.h>
|
||||
#include <mutex>
|
||||
#include <deque>
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
||||
#endif // !BASE_H
|
||||
Reference in New Issue
Block a user