Sha256: 110093b29c8c2a4944c3ee9458db7d11282254c452c8fe97a96edd784149b6bd
Contents?: true
Size: 341 Bytes
Versions: 153
Compression:
Stored size: 341 Bytes
Contents
//! \file Timing.hpp //! Functions for timing. #ifndef GOSU_TIMING_HPP #define GOSU_TIMING_HPP namespace Gosu { //! Freezes the current thread for at least the specified time. void sleep(unsigned milliseconds); //! Incrementing, possibly wrapping millisecond timer. unsigned long milliseconds(); } #endif
Version data entries
153 entries across 153 versions & 1 rubygems