mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-15 05:06:57 +00:00
1
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose: Triggers an intermission
|
||||
//
|
||||
//=============================================================================//
|
||||
#ifndef ENTITY_INTERMISSION_H
|
||||
#define ENTITY_INTERMISSION_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
//=============================================================================
|
||||
//
|
||||
// CTF Intermission class.
|
||||
//
|
||||
|
||||
class CTFIntermission : public CLogicalEntity
|
||||
{
|
||||
public:
|
||||
DECLARE_CLASS( CTFIntermission, CLogicalEntity );
|
||||
|
||||
void InputActivate( inputdata_t &inputdata );
|
||||
|
||||
DECLARE_DATADESC();
|
||||
};
|
||||
|
||||
#endif // ENTITY_INTERMISSION_H
|
||||
|
||||
Reference in New Issue
Block a user