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

mmagisupp.h

Go to the documentation of this file.
00001 
00025 #ifndef __MAGIC_MMAGISUPP_H__
00026 #define __MAGIC_MMAGISUPP_H__
00027 
00028 #include "magic/mdebug.h"
00029 
00030 #ifndef BEGIN_NAMESPACE
00031 #define BEGIN_NAMESPACE(ns) namespace ns {
00032 #ifdef QT_VERSION
00033 #define END_NAMESPACE }
00034 #else
00035 #define END_NAMESPACE } using namespace MagiC;
00036 #endif
00037 #endif
00038 
00040 // Debugging macros
00041 
00045 #include "magic/mdebug.h"
00046 
00047 #ifdef MSDOS
00048 #define IOSBINARY binary
00049 #else // UNIX
00050 #define IOSBINARY bin
00051 #endif
00052 
00053 BEGIN_NAMESPACE (MagiC);
00054 
00057 #define clrscr() {cout << "\033[H\033[J";}
00058 #define randomize   {srand (time (NULL));}
00059 //#define rnd(range) {return 
00060 
00061 END_NAMESPACE;
00062 #endif
00063 
00064 
00065 

Generated on Thu Feb 10 20:06:42 2005 for LibMagiC by doxygen1.2.18