]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Level/Campaign.hpp
Reading the campaign end text from campaign file (see #60)
[lugaru.git] / Source / Level / Campaign.hpp
index 77eb313aa11eb1c32307c2127410f139faac81b2..a9b83439da6a5b1bf23b1afe6e7d16524d95e782 100644 (file)
@@ -26,6 +26,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 extern bool campaign;
 
 extern int actuallevel;
+extern std::string campaignEndText[3];
 
 std::vector<std::string> ListCampaigns();
 void LoadCampaign();