From 4523671920f93845913814bad1f17ab55787c422 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sat, 14 Sep 2013 16:16:25 -0700 Subject: [PATCH] Forward declare Scene class in Writer --- src/writer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/writer.h b/src/writer.h index 8809074..5d06470 100644 --- a/src/writer.h +++ b/src/writer.h @@ -9,7 +9,9 @@ #define __WRITER_H__ #include -#include "scene.h" + + +class Scene; class Writer