mirror of
https://github.com/diamante0018/MW3ProtocolExploit.git
synced 2025-04-19 04:22:53 +00:00
25 lines
315 B
C++
25 lines
315 B
C++
#ifdef _WIN32
|
|
#pragma once
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#include <Windows.h>
|
|
#include <WinSock2.h>
|
|
#include <WS2tcpip.h>
|
|
|
|
#endif
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
#include <iostream>
|
|
#include <memory>
|
|
#include <string>
|
|
|
|
#ifdef _WIN32
|
|
|
|
#pragma comment (lib, "Ws2_32.lib")
|
|
|
|
#endif
|
|
|
|
using namespace std::literals;
|