Author: shadowmaster
Date: Sun Apr 5 01:48:38 2009
New Revision: 34512
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34512&view=rev
Log:
Add a property getter.
Modified:
trunk/src/storyscreen/page.hpp
Modified: trunk/src/storyscreen/page.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/storyscreen/page.hpp?rev=34512&r1=34511&r2=34512&view=diff
==============================================================================
--- trunk/src/storyscreen/page.hpp (original)
+++ trunk/src/storyscreen/page.hpp Sun Apr 5 01:48:38 2009
@@ -102,6 +102,7 @@
bool show_title() const { return show_title_; }
const std::string& text() const { return text_; }
const std::string& title() const { return text_title_; }
+ const std::string& music() const { return music_; }
void set_text(const std::string& text) { text_ = text; }
void set_title(const std::string& title) { text_title_ = title; }
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits