Home
last modified time | relevance | path

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

/dports/games/spacejunk/spacejunk-1.0.5/src/
H A Dstarship.cpp105 real Starship::fuelToTime(real fuel) { in fuelToTime() function in Starship
141 delta=fuelToTime(fuel); in getAcceleration()
H A Dstarship.h97 real fuelToTime(real fuel);
H A Dcworld.cpp202 int temp=(int)ship->fuelToTime(ship->getFuel()); in checkShipEngine()