DSCore.h



Constants

FALSE

const int FALSE = 0;

Define FALSE as a boolean type, if it's not already.


TRUE

const int TRUE = (!FALSE);

Define TRUE as a boolean type, if it's not already.


Typedefs

BOOL

typedef  int  BOOL;

Create a TRUE/FALSE type called BOOL. This already exists on Win32 and qt.


Generated with HeaderDoc - © 2000 Apple Computer, Inc. — (Last Updated 5/10/2004)