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

18 lines
277 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef LARGE_TRIANGLE2_TEST_H
#define LARGE_TRIANGLE2_TEST_H
#include "primtest.h"
class LargeTriangle2 : public PrimativeTest
{
private:
typedef PrimativeTest parent;
public:
LargeTriangle2();
virtual void INITFUNCTION();
};
#endif // LARGE_TRIANGLE2_TEST_H