diff -r d8475431bbbb -r 8e85e6bbefdf src/gui/all_include.h --- a/src/gui/all_include.h Sat May 21 21:04:57 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -// -*- C++ -*- // - -#ifndef ALL_INCLUDE_H -#define ALL_INCLUDE_H - -#include -#include - -#include - -#include -#include -#include -#include -#include -#include -#include - -enum {WIDTH, COLOR, TEXT, PROPERTY_NUM};// properties; -#define RANGE 3 -#define WIN_WIDTH 900 -#define WIN_HEIGHT 600 - - -#ifndef MAIN_PART -extern std::string * property_strings; -extern double * property_defaults; -#endif //MAIN_PART - -using namespace lemon; - -typedef xy Coordinates; -typedef ListGraph Graph; -typedef Graph::NodeMap CoordinatesMap; -typedef Graph::Node Node; -typedef Graph::EdgeIt EdgeIt; -typedef Graph::NodeIt NodeIt; - -#endif // ALL_INCLUDE_H