|
CyberEngineMkIII
|
The entry point to the program. Sole purpose is to call Main::Entry and return. Also contains exceptional functions that cannot be included in main library for testing purposes. More...
#include "../Engine/CYB.hpp"
Go to the source code of this file.
Functions | |
| int | main (const int ANumArguments, const oschar_t *const *const AArguments) |
| Program entry point. Call CYB::Engine::Init::Run. More... | |
| void | TestLog (const char *AMsg) noexcept |
| Forces a log write in testing, no-op in the runtime. More... | |
| void | TestLogNum (const long long ANumber) noexcept |
| Forces a log write in testing, no-op in the runtime. More... | |
The entry point to the program. Sole purpose is to call Main::Entry and return. Also contains exceptional functions that cannot be included in main library for testing purposes.
Definition in file CYBEntry.cpp.
| int main | ( | const int | ANumArguments, |
| const oschar_t *const *const | AArguments | ||
| ) |
Program entry point. Call CYB::Engine::Init::Run.
| ANumArguments | The number of command line arguments |
| AArguments | The command line arguments |
Definition at line 19 of file CYBEntry.cpp.

|
noexcept |
Forces a log write in testing, no-op in the runtime.
| AMsg | The message to log |
Definition at line 57 of file CYBEntry.cpp.
|
noexcept |
Forces a log write in testing, no-op in the runtime.
| ANumber | The number to log |
Definition at line 66 of file CYBEntry.cpp.
1.8.6