school/cs142/smcquay/lab06/tournament.h

12 lines
151 B
C
Raw Normal View History

2016-04-06 20:45:34 -07:00
#ifndef __TOURNAMENT_H__
#define __TOURNAMENT_H__
#include <string>
using namespace std;
#include "sm_array.h"
string tournament(garray &);
#endif