mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-12 11:42:10 +08:00
18 lines
376 B
C
18 lines
376 B
C
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
//=============================================================================//
|
|
|
|
#ifndef SDK_SHAREDDEFS_H
|
|
#define SDK_SHAREDDEFS_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
|
|
#define SDK_PLAYER_VIEW_OFFSET Vector( 0, 0, 53.5 )
|
|
|
|
|
|
#endif // SDK_SHAREDDEFS_H
|