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 SMALL_TRIANGLE2_TEST_H
  2. #define SMALL_TRIANGLE2_TEST_H
  3. #include "primtest.h"
  4. class SmallTriangle2 : public PrimativeTest
  5. {
  6. private:
  7. typedef PrimativeTest parent;
  8. public:
  9. SmallTriangle2();
  10. virtual void IDLEFUNCTION();
  11. };
  12. #endif // SMALL_TRIANGLE2_TEST_H