7 lines
90 B
C
7 lines
90 B
C
|
#ifndef PERFORMANCE_H
|
||
|
#define PERFORMANCE_H 1
|
||
|
|
||
|
extern void runPerformanceTests();
|
||
|
|
||
|
#endif
|