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

Method isAmiga

Source/Version.hpp:160–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 bool isAmiga() const {
161 return mPlatform == ePlatform::Amiga;
162 }
163
164 bool isPC() const {
165 return mPlatform == ePlatform::PC;

Callers 3

getWindowColumnsMethod · 0.80
Recruit_Copy_SpritesMethod · 0.80
setDemoNameMethod · 0.80

Calls

no outgoing calls

Tested by 1

setDemoNameMethod · 0.64