Add support for application.frameRate

This commit is contained in:
Joshua Granick
2015-05-14 16:29:31 -07:00
parent 2ebbb58493
commit cb87783f2b
8 changed files with 171 additions and 19 deletions

View File

@@ -18,6 +18,7 @@ namespace lime {
virtual int Exec () = 0;
virtual void Init () = 0;
virtual int Quit () = 0;
virtual void SetFrameRate (double frameRate) = 0;
virtual bool Update () = 0;