9 lines
128 B
C++
9 lines
128 B
C++
#ifndef CONVERSION_H_
|
|
#define CONVERSION_H_
|
|
|
|
#include <string>
|
|
|
|
void convert(const std::string& path);
|
|
|
|
#endif // CONVERSION_H_
|