17 lines
396 B
C
17 lines
396 B
C
|
//-----------------------------------------------------------------------------
|
||
|
//
|
||
|
// File: goto.h
|
||
|
// Copyright (C) 1994-1997 Microsoft Corporation
|
||
|
// All rights reserved.
|
||
|
//
|
||
|
//
|
||
|
//
|
||
|
//-----------------------------------------------------------------------------
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
|
||
|
LTAPIENTRY CGoto *CreateEspGoto(const CLocation &);
|
||
|
|
||
|
LTAPIENTRY CGoto *CreateEspGoto(const CLocationEx &);
|