| 3892 | } |
| 3893 | |
| 3894 | void DrawWindow_ZeroPage( Update_t bUpdate ) |
| 3895 | { |
| 3896 | DrawSubWindow_ZeroPage( g_iWindowThis ); |
| 3897 | DrawSubWindow_Info( bUpdate, g_iWindowThis ); |
| 3898 | } |
| 3899 | |
| 3900 | //=========================================================================== |
| 3901 | void DrawWindowBackground_Main( int g_iWindowThis ) |
no test coverage detected