summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
index 36ce50ac..846bb344 100644
--- a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
+++ b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h
@@ -23,6 +23,8 @@ struct LHLaunchInfo final {
CF::CFInteger64 fGID{0};
};
+using LHLaunchInfoPtr = LHLaunchInfo*;
+
/// @brief Get launch information.
/// @return the launch information structure.
LHLaunchInfo* LHGetLaunchInfo(Void);