mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
15 lines
301 B
C
15 lines
301 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//
|
|
//=============================================================================//
|
|
|
|
#ifndef DISPSEW_H
|
|
#define DISPSEW_H
|
|
#pragma once
|
|
|
|
void FaceListSewEdges( void );
|
|
|
|
#endif // DISPSEW_H
|