MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / Create

Method Create

editor/D3Splash.cpp:59–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59BOOL CD3Splash::Create() {
60 m_TextLines[0][0] = 0;
61 m_TextLines[1][0] = 0;
62 m_TextLines[2][0] = 0;
63 m_CurLine = 0;
64
65 D3_splash_screen = this;
66
67 m_SplashBmp.LoadBitmap(IDB_D3SPLASH);
68
69 return CDialog::Create(CD3Splash::IDD, m_ParentWnd);
70}
71
72void CD3Splash::PutText(char *buf) {
73 RECT rect;

Callers 15

DoRadiosityRunFunction · 0.45
OnTrigEditScriptMethod · 0.45
CreateChildViewsMethod · 0.45
OnViewTexturemineMethod · 0.45
OnViewWireframemineMethod · 0.45
InitFindReplaceMethod · 0.45
OnCreateMethod · 0.45
InitKeypadDialogMethod · 0.45
DisplaySplashScreenMethod · 0.45
ActivateFrameMethod · 0.45
DockKeypadMethod · 0.45
OnObjbuttonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected