// Truck Computer Dooom! // // Douglas Thrift // // $Id$ #ifndef _hash_hpp_ #define _hash_hpp_ #include #include namespace ext { using __gnu_cxx::hash_map; using __gnu_cxx::hash_multimap; using __gnu_cxx::hash_set; using __gnu_cxx::hash_multiset; } #endif//_hash_hpp_