//--------------------------------------------------------------------------- // // VPort.h -- File contains the viewport wrappers for Honor Bound // //---------------------------------------------------------------------------// // Copyright (C) Microsoft Corporation. All rights reserved. // //===========================================================================// #ifndef VPORT_H #define VPORT_H //--------------------------------------------------------------------------- // Include Files #ifndef VFX_H #include "vfx.h" #endif //--------------------------------------------------------------------------- // Macro Definitions //--------------------------------------------------------------------------- //Externs extern PANE *globalPane; extern WINDOW *globalWindow; //--------------------------------------------------------------------------- #endif //--------------------------------------------------------------------------- // // Edit Log // //---------------------------------------------------------------------------