mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-13 20:21:06 +00:00
1
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user