mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-09-01 15:09:19 +00:00
upload "kind" alien swarm
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
//============ 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
|
||||
Reference in New Issue
Block a user