Addded Romeo that generates some doc. WIP.
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Juliet\include\Core\Main
|
||||
|
||||
## Source Files
|
||||
- Header: `Juliet\include\Core\Main.h`
|
||||
|
||||
## AI Description
|
||||
This component defines the C++ application entry point for Windows platforms. It encapsulates platform-specific logic in `main`, `wWinMain`, and a global function symbol, utilizing variadic arguments to bootstrap core initialization via Juliet::Bootstrap before executing main logic.
|
||||
|
||||
## Symbols
|
||||
|
||||
### Global Scope
|
||||
|
||||
#### Functions & Methods
|
||||
- `#pragma once
|
||||
|
||||
#include <Core/HAL/OS/OS.h>
|
||||
|
||||
extern int JulietMain(int, wchar_t**)`
|
||||
|
||||
Reference in New Issue
Block a user