]> git.lizzy.rs Git - irrlicht.git/blobdiff - source/Irrlicht/OpenGL/Common.h
Fix line endings in the new driver
[irrlicht.git] / source / Irrlicht / OpenGL / Common.h
index a69bcc62d5963e842521f25dc8e26d6979a89111..4069307c24bc52fe0f1e461c7e7feecd74d1a403 100644 (file)
@@ -1,36 +1,36 @@
-// Copyright (C) 2023 Vitaliy Lobachevskiy\r
-// Copyright (C) 2015 Patryk Nadrowski\r
-// This file is part of the "Irrlicht Engine".\r
-// For conditions of distribution and use, see copyright notice in irrlicht.h\r
-\r
-#pragma once\r
-\r
-#define GL_GLEXT_PROTOTYPES\r
-#include <SDL_video.h>\r
-#include <SDL_opengl.h>\r
-\r
-namespace irr\r
-{\r
-namespace video\r
-{\r
-\r
-       // Forward declarations.\r
-\r
-       class COpenGLCoreFeature;\r
-\r
-       template <class TOpenGLDriver>\r
-       class COpenGLCoreTexture;\r
-\r
-       template <class TOpenGLDriver, class TOpenGLTexture>\r
-       class COpenGLCoreRenderTarget;\r
-\r
-       template <class TOpenGLDriver, class TOpenGLTexture>\r
-       class COpenGLCoreCacheHandler;\r
-\r
-       class COpenGL3DriverBase;\r
-       typedef COpenGLCoreTexture<COpenGL3DriverBase> COpenGL3Texture;\r
-       typedef COpenGLCoreRenderTarget<COpenGL3DriverBase, COpenGL3Texture> COpenGL3RenderTarget;\r
-       typedef COpenGLCoreCacheHandler<COpenGL3DriverBase, COpenGL3Texture> COpenGL3CacheHandler;\r
-\r
-}\r
-}\r
+// Copyright (C) 2023 Vitaliy Lobachevskiy
+// Copyright (C) 2015 Patryk Nadrowski
+// This file is part of the "Irrlicht Engine".
+// For conditions of distribution and use, see copyright notice in irrlicht.h
+
+#pragma once
+
+#define GL_GLEXT_PROTOTYPES
+#include <SDL_video.h>
+#include <SDL_opengl.h>
+
+namespace irr
+{
+namespace video
+{
+
+       // Forward declarations.
+
+       class COpenGLCoreFeature;
+
+       template <class TOpenGLDriver>
+       class COpenGLCoreTexture;
+
+       template <class TOpenGLDriver, class TOpenGLTexture>
+       class COpenGLCoreRenderTarget;
+
+       template <class TOpenGLDriver, class TOpenGLTexture>
+       class COpenGLCoreCacheHandler;
+
+       class COpenGL3DriverBase;
+       typedef COpenGLCoreTexture<COpenGL3DriverBase> COpenGL3Texture;
+       typedef COpenGLCoreRenderTarget<COpenGL3DriverBase, COpenGL3Texture> COpenGL3RenderTarget;
+       typedef COpenGLCoreCacheHandler<COpenGL3DriverBase, COpenGL3Texture> COpenGL3CacheHandler;
+
+}
+}