MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / MainMenu

Method MainMenu

src/bzflag/MainMenu.cpp:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33LocalFontFace* MainMenu::fontFace = NULL;
34
35MainMenu::MainMenu() : HUDDialog(), joinMenu(NULL), optionsMenu(NULL), quitMenu(NULL) {
36 if (!fontFace) {
37 fontFace = LocalFontFace::create("sansSerifFont");
38 }
39}
40
41void MainMenu::createControls() {
42 TextureManager& tm = TextureManager::instance();

Callers

nothing calls this directly

Calls 1

createFunction · 0.50

Tested by

no test coverage detected