initial
This commit is contained in:
17
game/server/te.h
Normal file
17
game/server/te.h
Normal file
@ -0,0 +1,17 @@
|
||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $Workfile: $
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#if !defined( TE_H )
|
||||
#define TE_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "itempents.h"
|
||||
|
||||
#endif // TE_H
|
Reference in New Issue
Block a user