Skip to content

Commit

Permalink
Add wait CPP files
Browse files Browse the repository at this point in the history
  • Loading branch information
winexe0 authored Mar 12, 2021
1 parent c74ac02 commit 616ca84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wait.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include <windows.h>
void pleasewait() {
MessageBox(0,"Please Wait", "Please Wait", MB_ICONINFORMATION | MB_OK);
}
1 change: 1 addition & 0 deletions wait.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
void pleasewait();

0 comments on commit 616ca84

Please sign in to comment.