axmol/tests/cpp-tests/Classes/PerformanceTest/PerformanceTest.h

9 lines
130 B
C

#ifndef __PERFORMANCE_TEST_H__
#define __PERFORMANCE_TEST_H__
#include "BaseTest.h"
DEFINE_TEST_LIST(PerformanceTests);
#endif