00001 //---------------------------------------------------------------------------- 00002 /** @file Types.hpp 00003 */ 00004 //---------------------------------------------------------------------------- 00005 00006 #ifndef TYPES_HPP 00007 #define TYPES_HPP 00008 00009 #include "Benzene.hpp" 00010 00011 _BEGIN_BENZENE_NAMESPACE_ 00012 00013 typedef unsigned char byte; 00014 00015 //---------------------------------------------------------------------------- 00016 00017 _END_BENZENE_NAMESPACE_ 00018 00019 #endif // TYPES_HPP