===========================================================================
| 3879 | |
| 3880 | //=========================================================================== |
| 3881 | void DrawWindow_Source( Update_t bUpdate ) |
| 3882 | { |
| 3883 | DrawSubWindow_Source( g_iWindowThis ); |
| 3884 | DrawSubWindow_Info( bUpdate, g_iWindowThis ); |
| 3885 | } |
| 3886 | |
| 3887 | //=========================================================================== |
| 3888 | void DrawWindow_Symbols( Update_t bUpdate ) |
no test coverage detected