New release

This commit is contained in:
Camilla Berglund 2015-10-18 03:26:27 +02:00
parent 143c52e4cd
commit 37b10d1a0e

View File

@ -584,7 +584,7 @@ As long as your source file is encoded as UTF-8, you can use any Unicode
characters directly in the source.
@code
glfwSetWindowTitle(window, "プラネテス");
glfwSetWindowTitle(window, "星を追う子ども");
@endcode