Home
last modified time | relevance | path

Searched refs:eBackgroundTypes (Results 1 – 6 of 6) sorted by relevance

/dports/games/atanks/atanks-6.5/src/
H A Dglobaltypes.h55 enum eBackgroundTypes enum
H A Dfiles.cpp411 eBackgroundTypes bgType = env.dynamicMenuBg in scrollTextList()
412 ? static_cast<eBackgroundTypes>(rand() % BACKGROUND_COUNT) in scrollTextList()
H A Dmenu.cpp44 ? static_cast<eBackgroundTypes>(rand() % BACKGROUND_COUNT) in Menu()
760 ? static_cast<eBackgroundTypes>(rand() % BACKGROUND_COUNT) in operator ()()
H A Dmenu.h417 eBackgroundTypes bgType = BACKGROUND_BLANK;
H A Dmain.h582 void drawMenuBackground(eBackgroundTypes backType, int32_t tOffset,
H A Doptionscreens.cpp37 void drawMenuBackground (eBackgroundTypes backType, int32_t tOffset, int32_t numItems) in drawMenuBackground()