00001 00009 #ifndef __CGLOBALS_HPP__ 00010 #define __CGLOBALS_HPP__ 00011 00012 #include "defines.h" 00013 #include "CUtilities.hpp" 00014 00015 //______________________________________________________________________________ 00024 namespace cglobals 00025 { 00026 extern CUnits units; 00027 extern bool eval[NFMAX+1]; 00028 }; // end namespace cglobals 00029 00030 #endif // __CGLOBALS_HPP__