mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-16 13:43:00 +00:00
1
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef HELPERFACTORY_H
|
||||
#define HELPERFACTORY_H
|
||||
#pragma once
|
||||
|
||||
|
||||
class CHelperInfo;
|
||||
class CMapClass;
|
||||
class CMapEntity;
|
||||
|
||||
|
||||
class CHelperFactory
|
||||
{
|
||||
public:
|
||||
|
||||
static CMapClass *CreateHelper(CHelperInfo *pHelperInfo, CMapEntity *pParent);
|
||||
};
|
||||
|
||||
#endif // HELPERFACTORY_H
|
||||
Reference in New Issue
Block a user