home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * Copyright (C) 1992-1993 Jeffrey Chilton
- *
- * Permission is granted to anyone to make or distribute copies of
- * this program, in any medium, provided that the copyright notice
- * and permission notice are preserved, and that the distributor
- * grants the recipient permission for further redistribution as
- * permitted by this notice.
- *
- * Author's E-mail address: 172-9221@mcimail.com
- *
- */
-
- /* static char *whatstring = "@(#)class.h 2.2 JWC"; */
-
- #ifndef CLASS_H
- #define CLASS_H
-
- typedef int Boolean;
-
- #define TRUE 1
- #define FALSE 0
-
- #define PERFECT 0
- #define FAILURE (-1)
-
- #endif
-