| 738 | //=========================================================================== |
| 739 | |
| 740 | uint32_t Video::GetVideoMode(void) |
| 741 | { |
| 742 | return g_uVideoMode; |
| 743 | } |
| 744 | |
| 745 | void Video::SetVideoMode(uint32_t videoMode) |
| 746 | { |
no outgoing calls
no test coverage detected