mirror of https://github.com/axmolengine/axmol.git
9 lines
120 B
C
9 lines
120 B
C
|
#ifndef _SCENE_3D_TEST_H_
|
||
|
#define _SCENE_3D_TEST_H_
|
||
|
|
||
|
#include "../BaseTest.h"
|
||
|
|
||
|
DEFINE_TEST_SUITE(Scene3DTests);
|
||
|
|
||
|
#endif
|