mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-18 14:31:58 +00:00
add hl1,portal,dod source code
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef HL1_ITEMS_H
|
||||
#define HL1_ITEMS_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
#include "items.h"
|
||||
|
||||
class CHL1Item : public CItem
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CHL1Item, CItem );
|
||||
|
||||
void Spawn( void );
|
||||
void Activate( void );
|
||||
};
|
||||
|
||||
|
||||
#endif // HL1_ITEMS_H
|
||||
Reference in New Issue
Block a user