Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
496 B

#ifndef _INCLUDED_ASW_TECH_MARINE_REQ_H
#define _INCLUDED_ASW_TECH_MARINE_REQ_H
#ifdef _WIN32
#pragma once
#endif
#include "baseentity.h"
// Hold debriefing messages
class CASW_Tech_Marine_Req : public CLogicalEntity
{
public:
DECLARE_CLASS( CASW_Tech_Marine_Req, CLogicalEntity );
DECLARE_DATADESC();
virtual void Spawn();
void InputDisableTechMarineReq( inputdata_t &inputdata );
void InputEnableTechMarineReq( inputdata_t &inputdata );
};
#endif /* _INCLUDED_ASW_TECH_MARINE_REQ_H */