X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLevel%2FCampaign.hpp;h=a9b83439da6a5b1bf23b1afe6e7d16524d95e782;hb=72217fbefd03881048287da8345925e1b89b5b9b;hp=5381672f8fd2402a37079172519a79433a091038;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Level/Campaign.hpp b/Source/Level/Campaign.hpp index 5381672..a9b8343 100644 --- a/Source/Level/Campaign.hpp +++ b/Source/Level/Campaign.hpp @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with Lugaru. If not, see . */ -#include "Math/Quaternions.hpp" +#include "Math/XYZ.hpp" #include #include @@ -26,6 +26,7 @@ along with Lugaru. If not, see . extern bool campaign; extern int actuallevel; +extern std::string campaignEndText[3]; std::vector ListCampaigns(); void LoadCampaign();