Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function playing
   created by st10 at Mon Mar 22 13:57:01 PDT 2010
--------------------------------------------------*/
#ifndef playing_H
#define playing_H

#include <string>
using namespace std;

int playing(int amount);

#endif