school/cs142/smcquay/lab06/tournament.h
2016-04-06 20:45:34 -07:00

12 lines
151 B
C++

#ifndef __TOURNAMENT_H__
#define __TOURNAMENT_H__
#include <string>
using namespace std;
#include "sm_array.h"
string tournament(garray &);
#endif