Files
Cobalt/Cobalt/settings.h
2024-03-08 19:12:42 -05:00

18 lines
393 B
C++

#pragma once
enum class ECobaltUsage
{
Private,
Hybrid,
// RecordingRequests // todo?
};
#define URL_PROTOCOL "http"
#define URL_HOST "127.0.0.1"
#define URL_PORT "3551"
// #define USE_MINHOOK // ONLY USE IF U INJECT LATE
#define SHOW_WINDOWS_CONSOLE
constexpr static ECobaltUsage CobaltUsage = ECobaltUsage::Private;
constexpr bool bIsS13Epic = false; // S13 Hybrid Windows -> IOS fake