Start 3.3

This commit is contained in:
Camilla Berglund
2016-08-18 23:42:15 +02:00
parent 999f3556fd
commit 53fafad915
59 changed files with 67 additions and 93 deletions
+1 -1
View File
@@ -651,7 +651,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
If you are using C++11 or C11, you can use a UTF-8 string literal.