18 lines
382 B
C
18 lines
382 B
C
//-----------------------------------------------------------------------------
|
|
|
|
//
|
|
|
|
// File: goto.h
|
|
|
|
// Copyright (c) 1994-2001 Microsoft Corporation, All Rights Reserved
|
|
// All rights reserved.
|
|
//
|
|
//
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
|
|
LTAPIENTRY CGoto *CreateEspGoto(const CLocation &);
|