Files
HL2Overcharged/public/fgdlib/entitydefs.h
2025-05-21 21:20:08 +03: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