diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-05 21:40:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-05 21:40:34 +0200 |
| commit | 5152c2282a1a680a272322f0bd3275fdf43e1530 (patch) | |
| tree | 9cb1272d1eb8e34212148408aba0bc2bc45c58d4 /Public/Developer/SystemLib/Sources/ApplicationStart.c | |
| parent | 21fe8d0b7d48e92ba0d45c084bf868c94bb67cd7 (diff) | |
WiP: Bump.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Public/Developer/SystemLib/Sources/ApplicationStart.c')
| -rw-r--r-- | Public/Developer/SystemLib/Sources/ApplicationStart.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Public/Developer/SystemLib/Sources/ApplicationStart.c b/Public/Developer/SystemLib/Sources/ApplicationStart.c deleted file mode 100644 index 0960388e..00000000 --- a/Public/Developer/SystemLib/Sources/ApplicationStart.c +++ /dev/null @@ -1,14 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - -------------------------------------------- */ - -#include <Headers/Defines.h> - -/// @brief Inits the system library. -/// @return if it was succesful or not. -CA_EXTERN_C VoidType __start(VoidType) { - kSharedApplication = RtGetApp(); - CA_MUST_PASS(kSharedApplication); -} |
