3#include "textc/imported_text.hpp"
18 const char*
name =
"A Topaz Application";
27 std::int64_t internal_icon_id =
28 #ifdef TZ_CUSTOM_ICON_ID
56 void job_system_initialise();
57 void job_system_terminate();
58 void lua_initialise_local();
59 void lua_initialise_all_threads();
63 void initialise(appinfo info);
135#include "detail/debug.hpp"
void terminate()
Terminate the engine, cleaning up all resources.
void initialise(appinfo info={})
Initialise the engine.
Contains information about the application being initialised.
Definition topaz.hpp:16
unsigned int major
Major version of the application.
Definition topaz.hpp:20
const char * name
Name of the application.
Definition topaz.hpp:18
unsigned int minor
Minor version of the application.
Definition topaz.hpp:22