osrm-backend/include/storage/io_fwd.hpp

13 lines
176 B
C++
Raw Permalink Normal View History

2017-04-04 19:54:30 -04:00
#ifndef OSRM_STORAGE_IO_FWD_HPP_
#define OSRM_STORAGE_IO_FWD_HPP_
namespace osrm::storage::io
2017-04-04 19:54:30 -04:00
{
class FileReader;
class FileWriter;
2022-12-20 12:00:11 -05:00
} // namespace osrm::storage::io
2017-04-04 19:54:30 -04:00
#endif