diff options
Diffstat (limited to 'code/AssetLib/Q3D')
-rw-r--r-- | code/AssetLib/Q3D/Q3DLoader.cpp | 2 | ||||
-rw-r--r-- | code/AssetLib/Q3D/Q3DLoader.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/code/AssetLib/Q3D/Q3DLoader.cpp b/code/AssetLib/Q3D/Q3DLoader.cpp index 84a508979..2862350a5 100644 --- a/code/AssetLib/Q3D/Q3DLoader.cpp +++ b/code/AssetLib/Q3D/Q3DLoader.cpp @@ -3,7 +3,7 @@ Open Asset Import Library (assimp) --------------------------------------------------------------------------- -Copyright (c) 2006-2024, assimp team +Copyright (c) 2006-2025, assimp team All rights reserved. diff --git a/code/AssetLib/Q3D/Q3DLoader.h b/code/AssetLib/Q3D/Q3DLoader.h index ed33ed7ca..035e102ea 100644 --- a/code/AssetLib/Q3D/Q3DLoader.h +++ b/code/AssetLib/Q3D/Q3DLoader.h @@ -2,7 +2,7 @@ Open Asset Import Library (assimp) ---------------------------------------------------------------------- -Copyright (c) 2006-2024, assimp team +Copyright (c) 2006-2025, assimp team All rights reserved. @@ -50,7 +50,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <vector> #include <cstdint> -namespace Assimp { +namespace Assimp { // --------------------------------------------------------------------------- /** Importer class for the Quick3D Object and Scene formats. |