//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- // file location.hpp #ifndef _LOCATION_HPP #define _LOCATION_HPP // System includes. #include #include #include #include "blkcom.hpp" namespace location { extern std::vector sLocate; // void locatn(void); template size_t index(T *); } #endif // _LOCATION_HPP // end of file location.hpp