#include "CTimer.h" #include namespace AnimUtil { float SecondsMod900() { return fmod((float) CTimer::GlobalTime(), 900.f); } }