Amos fad7906fd8 Update launcher
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
2021-09-12 07:15:42 -07:00

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"