mirror of
https://github.com/Milxnor/Cobalt.git
synced 2026-01-13 18:42:22 +01:00
18 lines
393 B
C++
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
|