2018-03-15 09:55:06 -04:00
|
|
|
#ifndef OSRM_STORAGE_TAR_FWD_HPP_
|
|
|
|
#define OSRM_STORAGE_TAR_FWD_HPP_
|
|
|
|
|
2022-12-11 04:10:26 -05:00
|
|
|
namespace osrm::storage::tar
|
2018-03-15 09:55:06 -04:00
|
|
|
{
|
|
|
|
|
|
|
|
class FileReader;
|
|
|
|
class FileWriter;
|
|
|
|
|
2022-12-20 12:00:11 -05:00
|
|
|
} // namespace osrm::storage::tar
|
2018-03-15 09:55:06 -04:00
|
|
|
|
|
|
|
#endif
|