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

  1. #ifndef SMALL_TRIANGLE_1_TEST_H
  2. #define SMALL_TRIANGLE_1_TEST_H
  3. class SmallTriangle : public SkeletonTest
  4. {
  5. private:
  6. typedef SkeletonTest parent;
  7. public:
  8. SmallTriangle();
  9. virtual void INITFUNCTION();
  10. virtual void IDLEFUNCTION();
  11. virtual void RENDFUNCTION();
  12. private:
  13. BOOL bFlip;
  14. };
  15. #endif // SMALL_TRIANGLE_1_TEST_H