소스 검색

Update README.md

Ray 1 년 전
부모
커밋
12804826d0
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -50,7 +50,9 @@ int main()
 
             if (showMessageBox)
             {
-                int result = GuiMessageBox((Rectangle){ 85, 70, 250, 100 }, "#191#Message Box", "Hi! This is a message!", "Nice;Cool");
+                int result = GuiMessageBox((Rectangle){ 85, 70, 250, 100 },
+                    "#191#Message Box", "Hi! This is a message!", "Nice;Cool");
+
                 if (result >= 0) showMessageBox = false;
             }