aboutsummaryrefslogtreecommitdiff
path: root/sp/src/public/modes.h
blob: ba092007d8f3ad66d8cd8ffff05b0f3ceb721eea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//=============================================================================//
#if !defined( MODES_H )
#define MODES_H
#ifdef _WIN32
#pragma once
#endif

typedef struct vmode_s
{
	int			width;
	int			height;
	int			bpp;
	int			refreshRate;
} vmode_t;

#endif // MODES_H