X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FLevel%2FDialog.hpp;h=52058c7bd8d876be1d4574631e8ecf1210c1562c;hb=d67f3dc0e14c195e650e732e8477c1ac4085e9de;hp=43bc31cba842632def73dfcbae9827058a16053e;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Level/Dialog.hpp b/Source/Level/Dialog.hpp index 43bc31c..52058c7 100644 --- a/Source/Level/Dialog.hpp +++ b/Source/Level/Dialog.hpp @@ -1,6 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games -Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) +Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -21,7 +21,7 @@ along with Lugaru. If not, see . #ifndef _DIALOG_HPP_ #define _DIALOG_HPP_ -#include "Math/Quaternions.hpp" +#include "Math/XYZ.hpp" #include #include @@ -30,7 +30,7 @@ class DialogScene { public: DialogScene(FILE* tfile); - DialogScene(ifstream &ipstream); + DialogScene(ifstream& ipstream); void save(FILE* tfile); int location;