/* * "ESCMATH.C" * * Part of The Escotia Playstation Library * * Author: ScoTT Campbell * Date: 14/9/98 * */ #include "..\headers\escmath.h" int Round(float number) { return (int)(number + 0.5); }