// Truck Computer Dooom! // // Douglas Thrift // // $Id$ #ifndef _common_hpp_ #define _common_hpp_ #define _B(s) std::string(s, sizeof (s) - 1) #endif//_common_hpp_