mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
27 lines
449 B
C
27 lines
449 B
C
|
#pragma once
|
||
|
#pragma message("Precompiling r5net headers.\n")
|
||
|
|
||
|
#define WIN32_LEAN_AND_MEAN
|
||
|
#include <windows.h>
|
||
|
#include <thread>
|
||
|
#include <fstream>
|
||
|
#include <stdio.h>
|
||
|
#include <filesystem>
|
||
|
#include <sstream>
|
||
|
#include <shlobj.h>
|
||
|
#include <objbase.h>
|
||
|
#include <cassert>
|
||
|
#include <iomanip>
|
||
|
#include <iostream>
|
||
|
#include <d3d11.h>
|
||
|
#include <string>
|
||
|
#include <Psapi.h>
|
||
|
#include <vector>
|
||
|
#include <cstring>
|
||
|
|
||
|
///
|
||
|
|
||
|
|
||
|
#include "httplib.h"
|
||
|
#include "json.hpp"
|