Support hydra mode
[platform/core/dotnet/launcher.git] / NativeLauncher / launcher / launcher.h
index e48f318..7e1125a 100644 (file)
@@ -35,6 +35,7 @@ class LaunchpadAdapter
 {
        public:
                virtual int loaderMain(int argc, char* argv[]) = 0;
+               std::function<void()> onPreCreate = nullptr;
                std::function<void()> onCreate = nullptr;
                std::function<void(const AppInfo&, int, char**)> onLaunch = nullptr;
                std::function<void(const AppInfo&, int, char**)> onTerminate = nullptr;