Header file for helper functions. This file contains declarations for various utility functions used in the project. It includes functions for string conversion, file operations, and other common tasks. More...
#include "deps.h"Go to the source code of this file.
Functions | |
| std::wstring | ConvertToWideString (const char *str) |
| Converts a UTF-8 encoded string to a wide string (UTF-16). | |
Header file for helper functions. This file contains declarations for various utility functions used in the project. It includes functions for string conversion, file operations, and other common tasks.
Definition in file helpers.h.
| std::wstring ConvertToWideString | ( | const char * | str | ) |
Converts a UTF-8 encoded string to a wide string (UTF-16).
| str | The UTF-8 encoded string to convert. |
Definition at line 4 of file helpers.cpp.