| 17 | } // namespace |
| 18 | |
| 19 | void LoadDialogButtonGraphics() |
| 20 | { |
| 21 | ButtonSprites = LoadOptionalClx("ui_art\\dvl_but_sml.clx"); |
| 22 | if (!ButtonSprites) { |
| 23 | ButtonSprites = LoadPcxSpriteList("ui_art\\but_sml", 15); |
| 24 | } |
| 25 | } |
| 26 | |
| 27 | void FreeDialogButtonGraphics() |
| 28 | { |
no test coverage detected