| 64 | //------------------------------------------------------------------------------ |
| 65 | |
| 66 | std::string getFileExt(FileFormat file_format) |
| 67 | { |
| 68 | return "." + toString(file_format); |
| 69 | } |
| 70 | |
| 71 | //------------------------------------------------------------------------------ |
| 72 |