mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-30 07:37:56 +03:00
Add Mapbase file headers
This commit is contained in:
parent
0ae65a5a64
commit
d871c6f8fd
@ -1,3 +1,11 @@
|
|||||||
|
//========= Mapbase - https://github.com/mapbase-source/source-sdk-2013 ============//
|
||||||
|
//
|
||||||
|
// Purpose: Client classes for Half-Life 2 based custom weapons.
|
||||||
|
//
|
||||||
|
// Author: Peter Covington (petercov@outlook.com)
|
||||||
|
//
|
||||||
|
//==================================================================================//
|
||||||
|
|
||||||
#include "cbase.h"
|
#include "cbase.h"
|
||||||
#include "c_weapon__stubs.h"
|
#include "c_weapon__stubs.h"
|
||||||
#include "basehlcombatweapon_shared.h"
|
#include "basehlcombatweapon_shared.h"
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
//========= Mapbase - https://github.com/mapbase-source/source-sdk-2013 ============//
|
||||||
|
//
|
||||||
|
// Purpose: The central manager of the custom weapons system.
|
||||||
|
//
|
||||||
|
// Author: Peter Covington (petercov@outlook.com)
|
||||||
|
//
|
||||||
|
//==================================================================================//
|
||||||
|
|
||||||
#include "cbase.h"
|
#include "cbase.h"
|
||||||
#include "custom_weapon_factory.h"
|
#include "custom_weapon_factory.h"
|
||||||
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
//========= Mapbase - https://github.com/mapbase-source/source-sdk-2013 ============//
|
||||||
|
//
|
||||||
|
// Purpose: See custom_weapon_factory.cpp
|
||||||
|
//
|
||||||
|
// Author: Peter Covington (petercov@outlook.com)
|
||||||
|
//
|
||||||
|
//==================================================================================//
|
||||||
|
|
||||||
#ifndef CUSTOM_WEAPON_FACTORY_H
|
#ifndef CUSTOM_WEAPON_FACTORY_H
|
||||||
#define CUSTOM_WEAPON_FACTORY_H
|
#define CUSTOM_WEAPON_FACTORY_H
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
//========= Mapbase - https://github.com/mapbase-source/source-sdk-2013 ============//
|
||||||
|
//
|
||||||
|
// Purpose: Custom weapon classes for Half-Life 2 based weapons.
|
||||||
|
//
|
||||||
|
// Author: Peter Covington (petercov@outlook.com)
|
||||||
|
//
|
||||||
|
//==================================================================================//
|
||||||
|
|
||||||
#include "cbase.h"
|
#include "cbase.h"
|
||||||
#include "custom_weapon_factory.h"
|
#include "custom_weapon_factory.h"
|
||||||
#include "basebludgeonweapon.h"
|
#include "basebludgeonweapon.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user