Skip to content

Commit 0f1ceeb

Browse files
committed
Adds comments to the CDirectorySA.cpp and CDirectorySA.h files
1 parent 08606b2 commit 0f1ceeb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Client/game_sa/CDirectorySA.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
/*****************************************************************************
2+
*
3+
* PROJECT: Multi Theft Auto
4+
* LICENSE: See LICENSE in the top level directory
5+
* FILE: game_sa/CDirectorySA.cpp
6+
*
7+
*****************************************************************************/
8+
19
#include "StdInc.h"
210
#include "CDirectorySA.h"
311

Client/game_sa/CDirectorySA.h

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
#include <SharedUtil.IntTypes.h>
1+
/*****************************************************************************
2+
*
3+
* PROJECT: Multi Theft Auto
4+
* LICENSE: See LICENSE in the top level directory
5+
* FILE: game_sa/CDirectorySA.h
6+
*
7+
*****************************************************************************/
8+
9+
#pragma once
210

311
struct DirectoryInfo
412
{

0 commit comments

Comments
 (0)