MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / Application

Method Application

Source/Application.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12#include "States/SMain_Menu.h"
13
14Application::Application()
15{
16 pushState(std::make_unique<State::Main_Menu>(*this));
17}
18
19void Application::runMainGameLoop()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected