]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Level/Dialog.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / Level / Dialog.hpp
index 43bc31cba842632def73dfcbae9827058a16053e..52058c7bd8d876be1d4574631e8ecf1210c1562c 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 #ifndef _DIALOG_HPP_
 #define _DIALOG_HPP_
 
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
 
 #include <stdio.h>
 #include <vector>
@@ -30,7 +30,7 @@ class DialogScene
 {
 public:
     DialogScene(FILE* tfile);
-    DialogScene(ifstream &ipstream);
+    DialogScene(ifstreamipstream);
     void save(FILE* tfile);
 
     int location;