diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-07 06:16:14 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-07 06:16:14 -0500 |
| commit | bd41ecd0f5e19b25be83c6fe0665aa9c9e82ba56 (patch) | |
| tree | c24c80f377897b3460a35440cc99cd733997e502 | |
| parent | 279b5288c78731a8c707a547735d46883e10e9ea (diff) | |
chore: LaunchHelpers.fwrk: new alias for `LHLaunchInfo*`.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
| -rw-r--r-- | public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h | 2 |
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); |
