diff options
Diffstat (limited to 'src/lib/cinema.h')
| -rw-r--r-- | src/lib/cinema.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/cinema.h b/src/lib/cinema.h index 251bb5d61..40dc15ae0 100644 --- a/src/lib/cinema.h +++ b/src/lib/cinema.h @@ -53,6 +53,8 @@ public: Cinema (boost::shared_ptr<const cxml::Node>); + void read_screens (boost::shared_ptr<const cxml::Node>); + void as_xml (xmlpp::Element *) const; void add_screen (boost::shared_ptr<Screen>); |
