diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-09-02 17:16:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-09-02 17:16:47 +0100 |
| commit | 32bdd1282660355f85a4d1048ab0beecc8347294 (patch) | |
| tree | 36056bd06a31e085b19071859d69c1db3581d101 /src/reel.h | |
| parent | 2b8326dcc766aae7e1c275a6c89050c6aa507f96 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
