Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

18 lines
382 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#if WITH_CEF3
#include "EpicWebHelperLibCEFIncludes.h"
/**
* The application's main function.
*
* @param MainArgs Main Arguments for the process (created differently on each platform).
* @return Application's exit value.
*/
int32 RunCEFSubProcess(const CefMainArgs& MainArgs);
#endif