summaryrefslogtreecommitdiff
path: root/project2/common/sourceObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/sourceObject.h')
-rw-r--r--project2/common/sourceObject.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/project2/common/sourceObject.h b/project2/common/sourceObject.h
index 4d10dd4..8cf75ad 100644
--- a/project2/common/sourceObject.h
+++ b/project2/common/sourceObject.h
@@ -4,12 +4,10 @@
#include <boost/intrusive_ptr.hpp>
#include <string>
#include "intrusivePtrBase.h"
+#include "scriptLoader.h"
+#include "scripts_fwd.h"
class CommonObjects;
-class SourceObject;
-class ScriptNode;
-typedef boost::intrusive_ptr<SourceObject> SourceObjectPtr;
-typedef boost::intrusive_ptr<const ScriptNode> ScriptNodePtr;
/// Base class for all Project2 components that can be placed in a Project2 script
class SourceObject : public virtual IntrusivePtrBase {
public: