00001 00002 00003 00004 #ifndef GOSU_INSPECTION_HPP 00005 #define GOSU_INSPECTION_HPP 00006 00007 namespace Gosu 00008 { 00011 int fps(); 00012 } 00013 00014 #endif