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
366 B
21 lines
366 B
5 years ago
|
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||
|
//
|
||
|
// Purpose:
|
||
|
//
|
||
|
// $NoKeywords: $
|
||
|
//=============================================================================//
|
||
|
|
||
|
#ifndef ENTITYDEFS_H
|
||
|
#define ENTITYDEFS_H
|
||
|
#ifdef _WIN32
|
||
|
#pragma once
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#define MAX_ENTITY_NAME_LEN 256
|
||
|
|
||
|
#define MAX_IO_NAME_LEN 256
|
||
|
|
||
|
|
||
|
#endif // ENTITYDEFS_H
|