|
|
// Always put me below _all_ includes, this is needed | // Always put me below _all_ includes, this is needed |
// in case we run with memory leak detection enabled! | // in case we run with memory leak detection enabled! |
#include "Debugger.h" | #include "Debugger.h" |
|
#include <cstdlib> |
| |
| |
Traverso* traverso; | Traverso* traverso; |
|
|
// Always put me below _all_ includes, this is needed | // Always put me below _all_ includes, this is needed |
// in case we run with memory leak detection enabled! | // in case we run with memory leak detection enabled! |
#include "Debugger.h" | #include "Debugger.h" |
|
#include <cstdlib> |
| |
| |
#define MARKER_SOFT_SELECTION_DISTANCE 50 | #define MARKER_SOFT_SELECTION_DISTANCE 50 |
|
|
// Always put me below _all_ includes, this is needed | // Always put me below _all_ includes, this is needed |
// in case we run with memory leak detection enabled! | // in case we run with memory leak detection enabled! |
#include "Debugger.h" | #include "Debugger.h" |
|
#ifndef LONG_LONG_MAX |
|
#define LONG_LONG_MAX __LONG_LONG_MAX__ |
|
#endif |
| |
/** | /** |
* \class ReadSource | * \class ReadSource |