//********************************** Banshee Engine (www.banshee3d.com) **************************************************// //**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************// #pragma once #include "BsPrerequisitesUtil.h" #include "BsModule.h" namespace BansheeEngine { /** @addtogroup General * @{ */ /** * Manages all time related functionality. * * @note Sim thread only unless where specified otherwise. */ class BS_UTILITY_EXPORT Time : public Module