equal
deleted
inserted
replaced
22 #define WIN_WIDTH 900 |
22 #define WIN_WIDTH 900 |
23 #define WIN_HEIGHT 600 |
23 #define WIN_HEIGHT 600 |
24 |
24 |
25 |
25 |
26 #ifndef MAIN_PART |
26 #ifndef MAIN_PART |
27 extern std::string * property_strings; |
27 extern std::vector <std::string> property_strings; |
28 extern double * property_defaults; |
28 extern std::vector <double> property_defaults; |
29 #endif //MAIN_PART |
29 #endif //MAIN_PART |
30 |
30 |
31 using namespace lemon; |
31 using namespace lemon; |
32 |
32 |
33 typedef xy<double> Coordinates; |
33 typedef xy<double> Coordinates; |