tools.hh

Go to the documentation of this file.
00001 /*
00002 ** TowBowlTactics, an adaptation of the tabletop game Blood Bowl.
00003 **
00004 ** Copyright (C) 2006 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/Exception.hh"
00054 # include "misc/os_wrapper.hh"
00055 # include "misc/Stl.hh"
00056 # include "misc/Position.hh"
00057 # include "misc/Point.hh"
00058 # include "misc/Rect.hh"
00059 
00060 # include "logger/log.hh"
00061 # include "misc/ExceptionDefine.hh"
00062 # include "datatfs/Packet.hh"
00063 # include "misc/Timer.hh"
00064 # include "misc/Library.hh"
00065 
00066 #endif /* !TOOLS_HH_ */

Generated on Sat Jun 23 16:07:24 2007 for Stechec/TBT by  doxygen 1.4.7