===========================================================================
| 3865 | |
| 3866 | //=========================================================================== |
| 3867 | void DrawWindow_Data( Update_t bUpdate ) |
| 3868 | { |
| 3869 | DrawSubWindow_Data( g_iWindowThis ); |
| 3870 | DrawSubWindow_Info( bUpdate, g_iWindowThis ); |
| 3871 | } |
| 3872 | |
| 3873 | //=========================================================================== |
| 3874 | void DrawWindow_IO( Update_t bUpdate ) |
no test coverage detected