diff options
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); -} |
