summaryrefslogtreecommitdiff
path: root/src/reel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-02 17:16:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-02 17:16:47 +0100
commit32bdd1282660355f85a4d1048ab0beecc8347294 (patch)
tree36056bd06a31e085b19071859d69c1db3581d101 /src/reel.h
parent2b8326dcc766aae7e1c275a6c89050c6aa507f96 (diff)
Make CPL a simpler parser of the XML without real assets.rework-again2
Diffstat (limited to 'src/reel.h')
-rw-r--r--src/reel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reel.h b/src/reel.h
index b6684d02..3a0154a2 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -50,6 +50,8 @@ public:
, _main_sound (sound)
, _main_subtitle (subtitle)
{}
+
+ Reel (boost::shared_ptr<const cxml::Node>);
boost::shared_ptr<const MainPicture> main_picture () const {
return _main_picture;