diff options
Diffstat (limited to 'base_app.hpp')
-rw-r--r-- | base_app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base_app.hpp b/base_app.hpp index 06f608a..3615df3 100644 --- a/base_app.hpp +++ b/base_app.hpp @@ -7,6 +7,7 @@ class BaseApp { struct AppAttributes { uint id = 0; bool destroy_on_exit = true; + uint render_interval = 500; // Interval in ms at which the render method is called. }; enum AppReturnValues { OK = 0, |