Loading...
Searching...
No Matches
EntryPoint.h File Reference
Include dependency graph for EntryPoint.h:

Go to the source code of this file.

Classes

class  hellfire::IApplicationConfig
 Application configuration interface. More...
 

Namespaces

namespace  hellfire
 

Macros

#define HELLFIRE_ENTRYPOINT_DEFINED
 

Functions

std::unique_ptr< hellfire::IApplicationConfigcreate_application_config ()
 
int main ()
 

Macro Definition Documentation

◆ HELLFIRE_ENTRYPOINT_DEFINED

#define HELLFIRE_ENTRYPOINT_DEFINED

Definition at line 48 of file EntryPoint.h.

Function Documentation

◆ create_application_config()

std::unique_ptr< hellfire::IApplicationConfig > create_application_config ( )
extern

◆ main()

int main ( )

Definition at line 50 of file EntryPoint.h.