22 ApplicationTemplate(
const char *window_name,
unsigned int width,
unsigned int height,
unsigned int fullscreen_width,
unsigned int fullscreen_height,std::string &scene_path,
bool resizable=
false,
bool imgui=
false):
Application(window_name,width,height,fullscreen_width,fullscreen_height,resizable,imgui){