Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F124372
EntryPointMain.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Size
305 B
Referenced Files
None
Subscribers
None
EntryPointMain.h
View Options
#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
Details
Attached
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)
Attached To
Mode
rEE Echo 3
Attached
Detach File
Event Timeline
Log In to Comment