===========================================================================
| 3872 | |
| 3873 | //=========================================================================== |
| 3874 | void DrawWindow_IO( Update_t bUpdate ) |
| 3875 | { |
| 3876 | DrawSubWindow_IO( g_iWindowThis ); |
| 3877 | DrawSubWindow_Info( bUpdate, g_iWindowThis ); |
| 3878 | } |
| 3879 | |
| 3880 | //=========================================================================== |
| 3881 | void DrawWindow_Source( Update_t bUpdate ) |
no test coverage detected