Sha256: 0521fb9c08141b04b630590fb8e5a986458a3ea540e754554d8ad263aaa70ad0
Contents?: true
Size: 296 Bytes
Versions: 7
Compression:
Stored size: 296 Bytes
Contents
#pragma once namespace Gosu { /// Freezes the current thread for the given amount of milliseconds. 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
7 entries across 7 versions & 1 rubygems