Skip to content

Commit

Permalink
Add copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
tederis committed Jun 1, 2024
1 parent 1ab6c5f commit 247b37d
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Client/game_sa/CRendererSA.cpp
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion Client/game_sa/CRendererSA.h
Original file line number Diff line number Diff line change
Expand Up @@ -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/
*
Expand Down
11 changes: 11 additions & 0 deletions Client/mods/deathmatch/logic/CModelRenderer.cpp
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
11 changes: 11 additions & 0 deletions Client/mods/deathmatch/logic/CModelRenderer.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 247b37d

Please sign in to comment.