Skip to content

Commit 04c505b

Browse files
committed
PSDK file info comment fixes and style unification
1 parent 8ebc7ef commit 04c505b

335 files changed

Lines changed: 1224 additions & 1264 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/Neon/KeyCheck.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
Plugin-SDK (Grand Theft Auto) source file
3-
Authors: GTA Community. See more here
4-
https://github.com/DK22Pac/plugin-sdk
5-
Do not delete this comment block. Respect others' work!
2+
Plugin-SDK (Grand Theft Auto) source file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
66
*/
77
#include "KeyCheck.h"
88
#include "plugin.h"

examples/Neon/KeyCheck.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
Plugin-SDK (Grand Theft Auto) source file
3-
Authors: GTA Community. See more here
4-
https://github.com/DK22Pac/plugin-sdk
5-
Do not delete this comment block. Respect others' work!
2+
Plugin-SDK (Grand Theft Auto) header file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
66
*/
77
#pragma once
88

plugin_II/game_II/CPopulation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Plugin-SDK (Grand Theft Auto 2) header file
2+
Plugin-SDK (Grand Theft Auto 2) source file
33
Authors: GTA Community. See more here
44
https://github.com/DK22Pac/plugin-sdk
55
Do not delete this comment block. Respect others' work!

plugin_II/game_II/tImage.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
Plugin-SDK (Grand Theft Auto 2) header file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
6+
*/
17
#pragma once
28

39
struct tImage {

plugin_II/game_II/tLight.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
Plugin-SDK (Grand Theft Auto 2) header file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
6+
*/
17
#pragma once
28

39
struct tLight {

plugin_II/game_II/tVertex.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/*
2+
Plugin-SDK (Grand Theft Auto 2) header file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
6+
*/
17
#pragma once
28

39
struct tVertex {

plugin_III/game_III/CAutoPilot.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
Plugin-SDK (Grand Theft Auto 3) source file
3-
Authors: GTA Community. See more here
4-
https://github.com/DK22Pac/plugin-sdk
5-
Do not delete this comment block. Respect others' work!
2+
Plugin-SDK (Grand Theft Auto 3) source file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
66
*/
77
#include "CAutoPilot.h"
88

plugin_III/game_III/CAutoPilot.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
/*
2-
Plugin-SDK (Grand Theft Auto 3) header file
3-
Authors: GTA Community. See more here
4-
https://github.com/DK22Pac/plugin-sdk
5-
Do not delete this comment block. Respect others' work!
2+
Plugin-SDK (Grand Theft Auto 3) header file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
66
*/
77
#pragma once
8-
98
#include "PluginBase.h"
109
#include "CPathFind.h"
1110
#include "eCarMission.h"

plugin_III/game_III/CControllerConfigManager.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
Plugin-SDK (Grand Theft Auto 3) source file
3-
Authors: GTA Community. See more here
4-
https://github.com/DK22Pac/plugin-sdk
5-
Do not delete this comment block. Respect others' work!
2+
Plugin-SDK (Grand Theft Auto 3) source file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
66
*/
77
#include "CControllerConfigManager.h"
88

plugin_III/game_III/CControllerConfigManager.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
Plugin-SDK (Grand Theft Auto 3) header file
3-
Authors: GTA Community. See more here
4-
https://github.com/DK22Pac/plugin-sdk
5-
Do not delete this comment block. Respect others' work!
2+
Plugin-SDK (Grand Theft Auto 3) header file
3+
Authors: GTA Community. See more here
4+
https://github.com/DK22Pac/plugin-sdk
5+
Do not delete this comment block. Respect others' work!
66
*/
77
#pragma once
88
#include "PluginBase.h"

0 commit comments

Comments
 (0)