/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef INCLUDED_VCL_GLM_GLMHELPER_HXX #define INCLUDED_VCL_GLM_GLMHELPER_HXX #include #include #include VCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStrm, const glm::mat4& rMatrix); VCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStrm, const glm::vec4& rPos); VCL_DLLPUBLIC std::ostream& operator<<(std::ostream& rStrm, const glm::vec3& rPos); #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ value='aoo/trunk'>aoo/trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-04tdf#96505 Get rid of cargo cult "long" integer literals .Shivam Kumar Singh
2019-12-19sal_Char->char in editeng..eventattacherNoel Grandin
2019-05-23Fix typoAndrea Gelmini
2019-05-23Fix typoAndrea Gelmini
2018-07-22Fix typosAndrea Gelmini
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-03-25Fix typosAndrea Gelmini
2017-03-18Typo: BimapPainter->BitmapPainterJulien Nabet
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann