Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

xybool.h

Go to the documentation of this file.
00001 //* Módulo   : xybool.h                                                          
00002 // _Desc_    : Declara classe xybool.
00003 // _Autores_ : Marcelo Jaccoud Amaral.                                             
00004 // _Data_    : 24 abr 96.                                                           
00005 
00006 #ifndef __XYBOOL_H
00007 #define __XYBOOL_H
00008 
00009 #ifdef WIN32
00010 #pragma warning(disable:4237)
00011 #endif
00012 
00013 #define xybool  int
00014 #define xytrue  1
00015 #define xyfalse 0
00016 
00017 #endif
00018 

XY
Tecgraf / PUC-Rio - Computer Graphics Technology Group