/*-------------------------------------------------- header file for function playing created by smtuttle at Tue Oct 26 14:35:37 PDT 2010 --------------------------------------------------*/ #ifndef playing_H #define playing_H #include <string> using namespace std; int playing(int value); #endif