Skip to content

Commit ca38042

Browse files
committed
update mainui_cpp
1 parent ed07a21 commit ca38042

4 files changed

Lines changed: 46 additions & 1 deletion

File tree

dlls/player/player_mod_strategy.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
player_mod_strategy.cpp - CSMoE Gameplay server : player strategy for gamemodes
3+
Copyright (C) 2018 Moemod Hyakuya
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
*/
15+
116
#include "extdll.h"
217
#include "util.h"
318
#include "cbase.h"

dlls/player/player_mod_strategy.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
player_mod_strategy.h - CSMoE Gameplay server : player strategy for gamemodes
3+
Copyright (C) 2018 Moemod Hyakuya
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
*/
15+
116
#ifndef PLAYER_MOD_STRATEGY_H
217
#define PLAYER_MOD_STRATEGY_H
318

dlls/player/player_zombie.cpp

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
/*
2+
player_zombie.cpp - CSMoE Gameplay server : CBasePlayer impl for zombies
3+
Copyright (C) 2018 Moemod Hyakuya
4+
5+
This program is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
This program is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU General Public License for more details.
14+
*/
15+
116
#include "extdll.h"
217
#include "util.h"
318
#include "cbase.h"

mainui_cpp

0 commit comments

Comments
 (0)