New attempt at love.timer.getMicroTime

This commit is contained in:
bart@bartbes.ath.cx
2009-11-22 14:20:15 +01:00
parent dc014f720a
commit 267547b6c0
2 changed files with 9 additions and 16 deletions
+3 -3
View File
@@ -119,9 +119,9 @@ namespace sdl
float getTime() const;
/**
* Gets the amount of time since the Epoch. Useful for timing too because
* it is accurate to the microsecond.
* @return The time (in seconds) since the Epoch.
* Gets the amount of time passed since an unspecified time. The time is accurate
* to the microsecond, and is limited to 24 hours.
* @return The time (in seconds)
**/
float getMicroTime() const;