Vport.h 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. //---------------------------------------------------------------------------
  2. //
  3. // VPort.h -- File contains the viewport wrappers for Honor Bound
  4. //
  5. //---------------------------------------------------------------------------//
  6. // Copyright (C) Microsoft Corporation. All rights reserved. //
  7. //===========================================================================//
  8. #ifndef VPORT_H
  9. #define VPORT_H
  10. //---------------------------------------------------------------------------
  11. // Include Files
  12. #ifndef VFX_H
  13. #include "vfx.h"
  14. #endif
  15. //---------------------------------------------------------------------------
  16. // Macro Definitions
  17. //---------------------------------------------------------------------------
  18. //Externs
  19. extern PANE *globalPane;
  20. extern WINDOW *globalWindow;
  21. //---------------------------------------------------------------------------
  22. #endif
  23. //---------------------------------------------------------------------------
  24. //
  25. // Edit Log
  26. //
  27. //---------------------------------------------------------------------------