Extract Win32 runtime session helper
This commit is contained in:
14
src/platform_windows/windows_runtime_session.h
Normal file
14
src/platform_windows/windows_runtime_session.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include "platform_windows/windows_bootstrap_helpers.h"
|
||||
#include "platform_windows/windows_splash.h"
|
||||
|
||||
namespace pp::platform::windows {
|
||||
|
||||
void run_main_window_runtime_session(
|
||||
const MainWindowStartupState& startup,
|
||||
bool start_in_vr,
|
||||
HINSTANCE instance,
|
||||
SplashScreen& splash);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user