Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#ifndef _DESERT_STORY_ALICJA_H
#define _DESERT_STORY_ALICJA_H
#include <iostream>
#include <string>
#include <unistd.h> //included for sleep function
#include <stdlib.h> /* srand, rand */
#include <ctime>
#include "database.h"
class DesertStory
{
public:
static void draw(std::string type);
static void desert();
static void desert_way1();
static void desert_way2();
static void desert_way3();
static void when_you_win();
};
#endif //_DESERT_STORY_ALICJA_H