Guest User

Untitled

a guest
Mar 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. bool Auth(int num)
  2. {
  3. bool Authenticated=false;
  4. authentication AuthWindow;
  5. AuthWindow.giveBool(&Authenticated);
  6. AuthWindow.show();
  7. while(!Authenticated){Sleep(1);}
  8. AuthWindow.close();
  9. return true;
  10. }
Add Comment
Please, Sign In to add comment