Inspection.hpp
Go to the documentation of this file.
1 
2 
3 
4 #ifndef GOSU_INSPECTION_HPP
5 #define GOSU_INSPECTION_HPP
6 
7 namespace Gosu
8 {
11  int fps();
12 }
13 
14 #endif