Fix celestiacore.cpp so that it can be built without CELX support.

ver1_5_1
Chris Laurel 2006-11-20 13:02:40 +00:00
parent 07c545af92
commit 73bd4da62d
1 changed files with 4 additions and 1 deletions

View File

@ -38,13 +38,16 @@
#include <celengine/cmdparser.h>
#include <celengine/multitexture.h>
#include <celengine/spiceinterface.h>
#include <celengine/scriptobject.h>
#include "favorites.h"
#include "celestiacore.h"
#include <celutil/debug.h>
#include <celutil/utf8.h>
#include "url.h"
#ifdef CELX
#include <celengine/scriptobject.h>
#endif
using namespace std;
static const int DragThreshold = 3;