| 58 | }; |
| 59 | |
| 60 | cGraphics_Amiga::cGraphics_Amiga() : cGraphics() { |
| 61 | mBlkData = std::make_shared<std::vector<uint8>>(); |
| 62 | |
| 63 | SetCursorPalette(0xE0); |
| 64 | } |
| 65 | |
| 66 | cGraphics_Amiga::~cGraphics_Amiga() { |
| 67 |
nothing calls this directly
no outgoing calls
no test coverage detected