/*------------------------------------------------------------------------------ Rename basic types so we can change them easily Version 1.0 2014-12-16 Brian B. McGuinness ------------------------------------------------------------------------------*/ #ifndef types_h #define types_h typedef char Char; typedef std::string String; #endif // ! types_h