tools.hh

Go to the documentation of this file.
00001 /*
00002 ** TowBowlTactics, a turn-based strategy football game.
00003 **
00004 ** Copyright (C) 2006-2010 The TBT Team.
00005 **
00006 ** This program is free software; you can redistribute it and/or
00007 ** modify it under the terms of the GNU General Public License
00008 ** as published by the Free Software Foundation; either version 2
00009 ** of the License, or (at your option) any later version.
00010 **
00011 ** The complete GNU General Public Licence Notice can be found as the
00012 ** `NOTICE' file in the root directory.
00013 **
00014 ** The TBT Team consists of people listed in the `AUTHORS' file.
00015 */
00016 
00017 #ifndef TOOLS_HH_
00018 # define TOOLS_HH_
00019 
00025 # include <sstream>
00026 # include <iostream>
00027 # include <string>
00028 # include <map>
00029 # include <vector>
00030 # include <queue>
00031 # include <list>
00032 # include <set>
00033 # include <utility>
00034 # include <algorithm>
00035 
00036 # include <cstdio>
00037 # include <cstdlib>
00038 # include <cerrno>
00039 # include <cassert>
00040 # include <ctime>
00041 # include <cmath>
00042 
00045 
00046 # define STECHEC_BINARY_VERSION 2
00047 
00048 # define BEGIN_NS(Ns) namespace Ns {
00049 # define END_NS(Ns) }
00050 
00052 
00053 # include "misc/Log.hh"
00054 # include "misc/Exception.hh"
00055 # include "misc/Stl.hh"
00056 # include "misc/Coordinates.hh"
00057 # include "misc/Position.hh"
00058 # include "misc/Point.hh"
00059 # include "misc/Rect.hh"
00060 # include "misc/Timer.hh"
00061 
00062 #endif /* !TOOLS_HH_ */
Generated on Mon Apr 5 21:17:14 2010 for Stechec/TBT by  doxygen 1.6.3