- Note
- This Source File belongs to Console Hello World Example Example. Please follow the link for example explanation.
#include <AUI/Platform/Entry.h>
#include <AUI/Logging/ALogger.h>
static constexpr auto LOG_TAG = "MyApp";
ALogger::info(LOG_TAG) << "Hello world!";
return 0;
}
#define AUI_ENTRY
Application entry point.
Definition Entry.h:90