Sha256: 8b92e8f40f2953f532cf2b4ccec880871778ab54a019197fd18a1864eee1e1ee
Contents?: true
Size: 339 Bytes
Versions: 38
Compression:
Stored size: 339 Bytes
Contents
//! \file Timing.hpp //! Functions for timing. #pragma once namespace Gosu { //! Freezes the current thread for at least the specified time. void sleep(unsigned milliseconds); //! Returns the milliseconds since first calling this function. //! Can wrap after running for a long time. unsigned long milliseconds(); }
Version data entries
38 entries across 38 versions & 1 rubygems