]> git.lizzy.rs Git - shadowclad.git/blob - src/performance.h
Overhaul Makefile and directory structure
[shadowclad.git] / src / performance.h
1 #ifndef PERFORMANCE_H_
2 #define PERFORMANCE_H_
3
4 void initPerformanceMetering();
5 void frameRendered();
6
7 #endif