MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / Touch

Method Touch

neo/ui/UserInterface.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void idUserInterfaceManagerLocal::Touch( const char *name ) {
67 idUserInterface *gui = Alloc();
68 gui->InitFromFile( name );
69// delete gui;
70}
71
72void idUserInterfaceManagerLocal::WritePrecacheCommands( idFile *f ) {
73

Callers

nothing calls this directly

Calls 1

InitFromFileMethod · 0.45

Tested by

no test coverage detected