Files
cool-source-archive/public/fgdlib/entitydefs.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

21 lines
366 B
C

//========= 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