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

18 lines
277 B
C
Raw Normal View History

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