diff options
Diffstat (limited to 'state.h')
-rw-r--r-- | state.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ struct tReplayState int currentLast; int total; int totalLast; + double framesPerSecond; }; struct tCardState |