Browse Source

Update README.md

Ray 1 year ago
parent
commit
12804826d0
1 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -50,7 +50,9 @@ int main()
 
 
             if (showMessageBox)
             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;
                 if (result >= 0) showMessageBox = false;
             }
             }