mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Adds spdlog library instead for clearer output. Adds precompiled header for slightly faster compilation. Updated print text with clearer details. Renamed to "r5reloaded.exe" instead to match files in game directory
13 lines
248 B
C++
13 lines
248 B
C++
#pragma once
|
|
#pragma message("[LAUNCHER] pre-compiling headers.\n")
|
|
|
|
#include <string>
|
|
#include <fstream>
|
|
#include <sstream>
|
|
#include <iostream>
|
|
#include <filesystem>
|
|
#include <stdio.h>
|
|
#include <Windows.h>
|
|
#include <detours.h>
|
|
#include "spdlog.h"
|