| 62 | }; |
| 63 | |
| 64 | cGraphics_PC::cGraphics_PC() : cGraphics() { |
| 65 | |
| 66 | mMission_Intro_DrawX = 0; |
| 67 | mMission_Intro_DrawY = 0; |
| 68 | mRecruitDestY = mRecruitDestX = 0; |
| 69 | dword_44A3E = 0; |
| 70 | memset(mTile_Gfx_Ptrs, 0, 480); |
| 71 | } |
| 72 | |
| 73 | cGraphics_PC::~cGraphics_PC() { |
| 74 |
nothing calls this directly
no outgoing calls
no test coverage detected