15 lines
309 B
C
15 lines
309 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
#ifndef GIFT_WRAP_TOOL_H
|
|
#define GIFT_WRAP_TOOL_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
#endif // GIFT_WRAP_TOOL_H
|