Files
wnmj/cocos2d/tests/performance-tests/Classes/tests/testResource.h
2026-03-01 13:51:43 +08:00

13 lines
484 B
C

#ifndef _TEST_RESOURCE_H_
#define _TEST_RESOURCE_H_
static const char s_pathB1[] = "Images/b1.png";
static const char s_pathB2[] = "Images/b2.png";
static const char s_pathR1[] = "Images/r1.png";
static const char s_pathR2[] = "Images/r2.png";
static const char s_pathF1[] = "Images/f1.png";
static const char s_pathF2[] = "Images/f2.png";
static const char s_pathClose[] = "Images/close.png";
#endif