windows-nt/Source/XPSP1/NT/multimedia/opengl/test/profiler/tptlght.h

14 lines
199 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef TEAPOTLIGHTTEST_H
#define TEAPOTLIGHTTEST_H
class TeapotLightTest : public TeapotTest
{
private:
typedef TeapotTest parent;
public:
TeapotLightTest();
};
#endif // TEAPOTLIGHTTEST_H