| 57 | } |
| 58 | |
| 59 | BOOL 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 | |
| 72 | void CD3Splash::PutText(char *buf) { |
| 73 | RECT rect; |
no outgoing calls
no test coverage detected