]> git.lizzy.rs Git - shadowclad.git/blob - src/engine/performance.h
5f8df7294ce72b0093506b943c35d5845d87fe66
[shadowclad.git] / src / engine / performance.h
1 #ifndef ENGINE_PERFORMANCE_H_
2 #define ENGINE_PERFORMANCE_H_
3
4 void initPerformanceMetering();
5 void frameRendered();
6
7 #endif // ENGINE_PERFORMANCE_H_