Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
342 B

#ifndef SMALL_TRIANGLE_1_TEST_H
#define SMALL_TRIANGLE_1_TEST_H
class SmallTriangle : public SkeletonTest
{
private:
typedef SkeletonTest parent;
public:
SmallTriangle();
virtual void INITFUNCTION();
virtual void IDLEFUNCTION();
virtual void RENDFUNCTION();
private:
BOOL bFlip;
};
#endif // SMALL_TRIANGLE_1_TEST_H