mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
1
This commit is contained in:
26
tracker/AdminServer/maps.h
Normal file
26
tracker/AdminServer/maps.h
Normal file
@@ -0,0 +1,26 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================
|
||||
|
||||
#ifndef MAPS_H
|
||||
#define MAPS_H
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Purpose: Data describing a single map
|
||||
//-----------------------------------------------------------------------------
|
||||
typedef struct
|
||||
{
|
||||
|
||||
char name[100];
|
||||
int type;
|
||||
} Maps_t;
|
||||
|
||||
|
||||
#endif // MAPS_H
|
||||
Reference in New Issue
Block a user