aboutsummaryrefslogtreecommitdiff
path: root/parse.h
blob: 7af8b2a2704e7eba8e9979683a749e8d89e7f4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <string>

#include "world.h"

using namespace std;


Team assemble(const string &source);
string preprocess(istream &file);