Home
last modified time | relevance | path

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

/dports/games/cave9/cave9-e6896eb/src/
H A Dgame.h104 float ship_hit (Ship*);
H A Daudio.c72 float collision = ship_hit(audio->ship); in audio_mix()
H A Drender.c149 float hit = ship_hit (player); in render_world_transform()
484 float hit = ship_hit (&game->player); in render_frame()
H A Dgame.c441 float ship_hit (Ship *ship) in ship_hit() function