| 73 | } |
| 74 | |
| 75 | cDimension GetSecondScreenSize() const { |
| 76 | if (isAmiga()) |
| 77 | return { 320,260 }; |
| 78 | |
| 79 | return { 320,200 }; |
| 80 | } |
| 81 | |
| 82 | std::vector<eGFX_Types> getGfxTypes() const; |
| 83 | std::vector<sTileset> getTileTypes() const; |
no outgoing calls
no test coverage detected