CGII/framework/include/cgv/media/text/convert_string.h

14 lines
187 B
C
Raw Normal View History

2018-05-17 13:50:03 +00:00
#pragma once
#include <cgv/utils/convert_string.h>
namespace cgv {
namespace media {
namespace text {
using cgv::utils::to_string;
using cgv::utils::from_string;
2018-05-17 14:01:02 +00:00
}
}
2018-05-17 13:50:03 +00:00
}