From 247b37de44d871fd91cc927b7b0e9c0f79a972b2 Mon Sep 17 00:00:00 2001 From: TEDERIs Date: Sat, 9 Dec 2023 17:17:43 +0700 Subject: [PATCH] Add copyrights --- Client/game_sa/CRendererSA.cpp | 11 +++++++++++ Client/game_sa/CRendererSA.h | 2 +- Client/mods/deathmatch/logic/CModelRenderer.cpp | 11 +++++++++++ Client/mods/deathmatch/logic/CModelRenderer.h | 11 +++++++++++ 4 files changed, 34 insertions(+), 1 deletion(-) diff --git a/Client/game_sa/CRendererSA.cpp b/Client/game_sa/CRendererSA.cpp index d00a0ef4bb..bad607d5ba 100644 --- a/Client/game_sa/CRendererSA.cpp +++ b/Client/game_sa/CRendererSA.cpp @@ -1,3 +1,14 @@ +/***************************************************************************** + * + * PROJECT: Multi Theft Auto v1.0 + * LICENSE: See LICENSE in the top level directory + * FILE: game_sa/CRendererSA.cpp + * PURPOSE: Game renderer class + * + * Multi Theft Auto is available from http://www.multitheftauto.com/ + * + *****************************************************************************/ + #include "StdInc.h" #include "CRendererSA.h" #include "CModelInfoSA.h" diff --git a/Client/game_sa/CRendererSA.h b/Client/game_sa/CRendererSA.h index f11da7f1f8..e71a83665e 100644 --- a/Client/game_sa/CRendererSA.h +++ b/Client/game_sa/CRendererSA.h @@ -3,7 +3,7 @@ * PROJECT: Multi Theft Auto v1.0 * LICENSE: See LICENSE in the top level directory * FILE: game_sa/CRendererSA.h - * PURPOSE: Header file for renderer class + * PURPOSE: Game renderer class * * Multi Theft Auto is available from http://www.multitheftauto.com/ * diff --git a/Client/mods/deathmatch/logic/CModelRenderer.cpp b/Client/mods/deathmatch/logic/CModelRenderer.cpp index f333c0ba60..b54580c9ad 100644 --- a/Client/mods/deathmatch/logic/CModelRenderer.cpp +++ b/Client/mods/deathmatch/logic/CModelRenderer.cpp @@ -1,3 +1,14 @@ +/***************************************************************************** + * + * PROJECT: Multi Theft Auto v1.0 + * LICENSE: See LICENSE in the top level directory + * FILE: mods/deathmatch/logic/CModelRenderer.cpp + * PURPOSE: 3D models renderer + * + * Multi Theft Auto is available from http://www.multitheftauto.com/ + * + *****************************************************************************/ + #include "StdInc.h" #include "game\CRenderer.h" diff --git a/Client/mods/deathmatch/logic/CModelRenderer.h b/Client/mods/deathmatch/logic/CModelRenderer.h index a2d1fa8d5b..546633d8b4 100644 --- a/Client/mods/deathmatch/logic/CModelRenderer.h +++ b/Client/mods/deathmatch/logic/CModelRenderer.h @@ -1,3 +1,14 @@ +/***************************************************************************** + * + * PROJECT: Multi Theft Auto v1.0 + * LICENSE: See LICENSE in the top level directory + * FILE: mods/deathmatch/logic/CModelRenderer.h + * PURPOSE: 3D models renderer + * + * Multi Theft Auto is available from http://www.multitheftauto.com/ + * + *****************************************************************************/ + #pragma once enum class EModelLoadingScheme : uint8_t