Adilol

WTF

Sep 19th, 2011
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.71 KB | None | 0 0
  1. /*
  2. =========================================================
  3.  
  4. ========================Xe0n RP V1=======================
  5. Todo
  6. Quests (Demonic Quest nearly complete)
  7. Gender? (M/F)<-What would that give though?
  8. Time/Date <-Custom time/date function
  9. RP Dev 0.9
  10. =========================================================
  11. */
  12.  
  13.  
  14. #include "Library.h"
  15.  
  16.  
  17.  
  18. int main()
  19. {
  20.     // Generic welcome screen
  21.    
  22.     cout << "JokerFramework - Build beta\n";
  23.     cout << "MIT Licensed\n";
  24.     cout << "Nightly build released on the 19th September 2011, 19.11 GMT\n";
  25. int choice = 0;
  26. while (choice != 5)
  27. {
  28.     case 1:
  29.         {
  30.             cout << "Play\n";
  31.             cin.get();
  32.             Crossroads();
  33.             break;
  34.            }
  35.    
  36. }
  37.    
  38.  
  39.     cout << "Thanks for playing";
  40. }
Advertisement
Add Comment
Please, Sign In to add comment