KAPI b8 engine_create(struct application *app, const char *app_config_path, const char *game_lib_name)
Creates the engine, standing up the platform layer and all underlying subsystems.
const char * application_klib_name_get(void)
const char * application_config_path_get(void)
Gets the application config path from the application.
int main(void)
The main entry point of the application.
Definition: entry.h:56
#define KFATAL(message,...)
Logs a fatal-level message. Should be used to stop the application when hit.
Definition: logger.h:75
#define KINFO(message,...)
Logs an info-level message. Should be used for non-erronuous informational purposes.
Definition: logger.h:111