diff options
| -rw-r--r-- | sokol_args.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sokol_args.h b/sokol_args.h index 1eace9ec..eb0a6484 100644 --- a/sokol_args.h +++ b/sokol_args.h @@ -152,7 +152,10 @@ Finally convert the UTF-16 strings in argv[] into UTF-8 via WideCharToMultiByte(). - See the function _sapp_win32_command_line_to_utf8_argv() for example code. + See the function _sapp_win32_command_line_to_utf8_argv() in sokol_app.h + for example code how to do this (if you're using sokol_app.h, it will + already convert the command line arguments to UTF-8 for you of course, + so you can plug them directly into sokol_app.h). API DOCUMENTATION ================= |