Home
last modified time | relevance | path

Searched refs:EBrShape (Results 1 – 2 of 2) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DCApp.h130 enum EBrShape enum
138 int Oct; EBrShape shape;
H A DUpdate_Key.cpp357 …case key(K): if (ctrl) { mBrShape[curBr] = (EBrShape)((mBrShape[curBr]-1 + BRS_ALL) % BRS_ALL… in keyPressed()
358 …case key(L): if (ctrl) { mBrShape[curBr] = (EBrShape)((mBrShape[curBr]+1) % BRS_ALL); … in keyPressed()