| 9 | OptionalOwnedClxSpriteList ArtScrollBarArrow; |
| 10 | |
| 11 | void LoadScrollBar() |
| 12 | { |
| 13 | ArtScrollBarBackground = LoadPcx("ui_art\\sb_bg"); |
| 14 | ArtScrollBarThumb = LoadPcx("ui_art\\sb_thumb"); |
| 15 | ArtScrollBarArrow = LoadPcxSpriteList("ui_art\\sb_arrow", 4); |
| 16 | } |
| 17 | |
| 18 | void UnloadScrollBar() |
| 19 | { |
no test coverage detected