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

Method GetSecondScreenSize

Source/Versions.hpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 3

Demo_Amiga_ShowMenuMethod · 0.80
WonGameMethod · 0.80
intro_mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected