14 lines
No EOL
187 B
C++
14 lines
No EOL
187 B
C++
#pragma once
|
|
|
|
#include <cgv/utils/convert_string.h>
|
|
|
|
namespace cgv {
|
|
namespace media {
|
|
namespace text {
|
|
|
|
using cgv::utils::to_string;
|
|
using cgv::utils::from_string;
|
|
|
|
}
|
|
}
|
|
} |