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
302 B

  1. #ifndef TEAPOT_TEST_H
  2. #define TEAPOT_TEST_H
  3. class TeapotTest : public HugeTest
  4. {
  5. private:
  6. typedef HugeTest parent;
  7. public:
  8. TeapotTest();
  9. virtual void IDLEFUNCTION();
  10. virtual void INITFUNCTION();
  11. virtual void RENDFUNCTION();
  12. private:
  13. GLfloat fAngle;
  14. };
  15. #endif // TEAPOT_TEST_H