Page MenuHomePhorge

EntryPointMain.h
No OneTemporary

Size
305 B
Referenced Files
None
Subscribers
None

EntryPointMain.h

#include <echo/Kernel/Kernel.h>
Echo::shared_ptr<Echo::Kernel> EchoInitialise();
int main(int argc, char** argv)
{
Echo::shared_ptr<Echo::Kernel> kernel = EchoInitialise();
if(kernel)
{
kernel->Execute();
return 0;
}
using namespace Echo;
ECHO_LOG_ERROR("Initialisation failed");
return 1;
}

File Metadata

Mime Type
text/x-c
Expires
Tue, Feb 25, 2:02 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
72830
Default Alt Text
EntryPointMain.h (305 B)

Event Timeline