MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / cGraphics_Amiga

Method cGraphics_Amiga

Source/Amiga/Graphics_Amiga.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58};
59
60cGraphics_Amiga::cGraphics_Amiga() : cGraphics() {
61 mBlkData = std::make_shared<std::vector<uint8>>();
62
63 SetCursorPalette(0xE0);
64}
65
66cGraphics_Amiga::~cGraphics_Amiga() {
67

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected