Creates the screen overlays for the main monitor
| 1857 | |
| 1858 | // Creates the screen overlays for the main monitor |
| 1859 | void TelcomCreateScreenOverlays(void) { |
| 1860 | TelcomLoadHiLites(hilites, MONITOR_MAIN, 130, -2); |
| 1861 | TelcomLoadHiLites(smhilites, MONITOR_TOP, 0, -8); |
| 1862 | |
| 1863 | TelcomCreateScanLine(); |
| 1864 | TelcomLoadMouseCursor(); |
| 1865 | TelcomCreateCorners(); |
| 1866 | // TelcomCreateStaticOverlays(); |
| 1867 | TelcomInitPowerEffect(); |
| 1868 | } |
| 1869 | |
| 1870 | // Destroys the screen overlays that were used for the main monitor |
| 1871 | void TelcomDestroyScreenOverlays(void) { |
no test coverage detected