Home
last modified time | relevance | path

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

/dports/games/opentyrian/opentyrian-opentyrian-77a8715634e3/src/
H A Ddestruct.c245 static void DE_LowerAngle( struct destruct_unit_s * );
2446 (player_index == PLAYER_LEFT) ? DE_RaiseAngle(curUnit) : DE_LowerAngle(curUnit); in DE_ProcessInput()
2450 (player_index == PLAYER_LEFT) ? DE_LowerAngle(curUnit) : DE_RaiseAngle(curUnit); in DE_ProcessInput()
2746 static void DE_LowerAngle( struct destruct_unit_s * unit ) in DE_LowerAngle() function