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

  1. /**
  2. ** File : excptn.h
  3. ** Description: Exception classes
  4. **/
  5. #ifndef _excptn_h
  6. #define _excptn_h
  7. class CExNewFailed { };
  8. class CBadVsplit { };
  9. class CBadFace { };
  10. class CVertexNotFound { };
  11. class CBadWedge { };
  12. class CBadVsplitCode { };
  13. #endif //_excptn_h