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.

17 lines
277 B

  1. #ifndef LARGE_TRIANGLE2_TEST_H
  2. #define LARGE_TRIANGLE2_TEST_H
  3. #include "primtest.h"
  4. class LargeTriangle2 : public PrimativeTest
  5. {
  6. private:
  7. typedef PrimativeTest parent;
  8. public:
  9. LargeTriangle2();
  10. virtual void INITFUNCTION();
  11. };
  12. #endif // LARGE_TRIANGLE2_TEST_H