diff options
Diffstat (limited to 'Public/Developer/FragLib/Sources')
| -rw-r--r-- | Public/Developer/FragLib/Sources/ImageStart.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Public/Developer/FragLib/Sources/ImageStart.c b/Public/Developer/FragLib/Sources/ImageStart.c deleted file mode 100644 index 3fbac042..00000000 --- a/Public/Developer/FragLib/Sources/ImageStart.c +++ /dev/null @@ -1,22 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - -------------------------------------------- */ - -#include <Headers/Defines.h> - -/// @brief Application entrypoint. -/// @param void -/// @return void -CA_EXTERN_C VoidType AppMain(VoidType); - -/// @brief Process entrypoint. -/// @param void -/// @return void -CA_EXTERN_C VoidType __ImageStart(VoidType) { - kSharedApplication = RtGetAppPointer(); - CA_MUST_PASS(kSharedApplication); - - AppMain(); -} |
