#ifndef INC_UTILS_HPP_ #define INC_UTILS_HPP_ namespace math { float fast_inv_sqrt(float); } // namespace stamath #endif /* INC_UTILS_HPP_ */