1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00
hl2sdk/game/missionchooser/tilegen_core.h
2010-07-22 01:46:14 -05:00

22 lines
676 B
C

//============ Copyright (c) Valve Corporation, All rights reserved. ============
//
// Core definitions required by tilegen code.
//
//===============================================================================
#ifndef TILEGEN_CORE_H
#define TILEGEN_CORE_H
#if defined( COMPILER_MSVC )
#pragma once
#endif
//////////////////////////////////////////////////////////////////////////
// Constants
//////////////////////////////////////////////////////////////////////////
static const int MAX_TILEGEN_IDENTIFIER_LENGTH = 64;
DECLARE_LOGGING_CHANNEL( LOG_TilegenLayoutSystem );
DECLARE_LOGGING_CHANNEL( LOG_TilegenGeneral );
#endif // TILEGEN_CORE_H