Home
last modified time | relevance | path

Searched refs:FormationTypes (Results 1 – 4 of 4) sorted by relevance

/dports/games/alienblaster/alienblaster/src/
H A Dformation.h34 FormationTypes formationType;
70 Formation( FormationTypes whichFormation, Vector2D centerAtStart,
H A Dformation.cc27 Formation::Formation( FormationTypes whichFormation, Vector2D centerAtStart, in Formation()
172 FormationTypes newFormationType = (FormationTypes)(rand() % (NR_FORMATION_TYPES-1)); in chooseNewFormationType()
174 newFormationType = (FormationTypes)(NR_FORMATION_TYPES - 1); in chooseNewFormationType()
H A Denemys.cc133 FormationTypes whichFormation = (FormationTypes)(rand() % NR_FORMATION_TYPES); in generateEnemys()
H A Dglobal.h396 enum FormationTypes { FORMATION_V=0, FORMATION_REVERSE_V, enum