RequestStartPlay glue code.

This commit is contained in:
Jean-Baptiste Perrier
2021-05-20 17:19:24 +02:00
parent 5601be630e
commit c01cd78225

View File

@@ -133,6 +133,11 @@ public:
/// <returns>True if exit engine, otherwise false.</returns>
bool OnAppExit();
/// <summary>
/// Requests switch to play mode.
/// </summary>
void RequestStartPlay();
private:
void OnEditorAssemblyLoaded(MAssembly* assembly);