Extract brush panel UI, app startup shell, and Win32 runtime shell
This commit is contained in:
10
src/platform_windows/windows_runtime_shell.h
Normal file
10
src/platform_windows/windows_runtime_shell.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "platform_windows/windows_bootstrap_helpers.h"
|
||||
#include "platform_windows/windows_splash.h"
|
||||
|
||||
namespace pp::platform::windows {
|
||||
|
||||
void run_main_window_runtime(const MainWindowStartupState& startup, bool start_in_vr, SplashScreen& splash);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user