20 lines
411 B
C
20 lines
411 B
C
|
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
// $NoKeywords: $
|
|||
|
//=============================================================================//
|
|||
|
|
|||
|
#ifndef MOVEHELPER_SERVER_H
|
|||
|
#define MOVEHELPER_SERVER_H
|
|||
|
|
|||
|
#ifdef _WIN32
|
|||
|
#pragma once
|
|||
|
#endif
|
|||
|
|
|||
|
#include "imovehelper.h"
|
|||
|
|
|||
|
IMoveHelper* MoveHelperServer();
|
|||
|
|
|||
|
#endif // MOVEHELPER_SERVER_H
|