Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- =========================================================
- ========================Xe0n RP V1=======================
- Todo
- Quests (Demonic Quest nearly complete)
- Gender? (M/F)<-What would that give though?
- Time/Date <-Custom time/date function
- RP Dev 0.9
- =========================================================
- */
- #include "Library.h"
- int main()
- {
- // Generic welcome screen
- cout << "JokerFramework - Build beta\n";
- cout << "MIT Licensed\n";
- cout << "Nightly build released on the 19th September 2011, 19.11 GMT\n";
- int choice = 0;
- while (choice != 5)
- {
- case 1:
- {
- cout << "Play\n";
- cin.get();
- Crossroads();
- break;
- }
- }
- cout << "Thanks for playing";
- }
Advertisement
Add Comment
Please, Sign In to add comment