Add code to measure frame rate; required when we want to interpolate motion
[mercenary-reloaded.git] / src / libframerate / framerate.h
1
2 extern double vbl_duration;
3
4 void framerate_measure(void);
5