mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-03 16:13:22 +08:00
16 lines
385 B
C
16 lines
385 B
C
//====== Copyright © 1996-2007, Valve Corporation, All rights reserved. =======
|
|
//
|
|
// Purpose:
|
|
//
|
|
//=============================================================================
|
|
|
|
#ifndef WORLDVERTEXTRANSITIONFIXUP_H
|
|
#define WORLDVERTEXTRANSITIONFIXUP_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
void WorldVertexTransitionFixup( void );
|
|
|
|
#endif // WORLDVERTEXTRANSITIONFIXUP_H
|