Skip to content

Commit 451f2ba

Browse files
committed
Add headers to source files
1 parent bb3e563 commit 451f2ba

File tree

7 files changed

+27
-674
lines changed

7 files changed

+27
-674
lines changed

Classes/KF2DamageMessage.uc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Author : Zedek
3+
* Home Repo : https://github.com/InsultingPros/KF2HUD
4+
*/
15
class KF2DamageMessage extends LocalMessage;
26

37
var localized string HPString;

Classes/KF2GUILabel.uc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Author : Zedek
3+
* Modified by : dkanus
4+
* Home Repo : https://github.com/InsultingPros/KF2HUD
5+
*/
16
class KF2GUILabel extends GUILabel;
27

38
var() byte AlignMode;

Classes/KF2HUD.uc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Author : Zedek
3+
* Modified by : Shtoyan, Poosh, dkanus, Joabyy
4+
* Home Repo : https://github.com/InsultingPros/KF2HUD
5+
*/
16
class KF2HUD extends ScrnHUD;
27

38
// #exec OBJ LOAD FILE=FPPHUDAssets.ukx

Classes/KF2KillMessage.uc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Author : Zedek
3+
* Home Repo : https://github.com/InsultingPros/KF2HUD
4+
*/
15
class KF2KillMessage extends LocalMessage;
26

37
var bool bJustName;

Classes/KF2KillMessageClassic.uc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Author : Zedek
3+
* Home Repo : https://github.com/InsultingPros/KF2HUD
4+
*/
15
class KF2KillMessageClassic extends LocalMessage;
26

37
var bool bJustName;

Classes/Mut.uc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Author : Zedek
3+
* Modified by : Shtoyan, Poosh
4+
* Home Repo : https://github.com/InsultingPros/KF2HUD
5+
*/
16
class Mut extends ScrnMutator;
27

38
function PostBeginPlay() {

LICENSE

Lines changed: 0 additions & 674 deletions
This file was deleted.

0 commit comments

Comments
 (0)