next step to D-ify the property functions

this time all Drawables

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1458 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
trass3r 2010-03-13 22:44:26 +00:00
parent ca7c1d1690
commit 6b444d338e
6 changed files with 578 additions and 677 deletions

View file

@ -358,10 +358,10 @@ public:
}
/**
* Get time elapsed since last frame
* Get the time the last frame took
*
* Returns:
* Time elapsed, in seconds
* time in seconds
*/
float getFrameTime()
{