home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / Swatch / Development / swatch 1.2 / swatch.heap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-11  |  690 b   |  45 lines  |  [TEXT/KAHL]

  1. /**
  2.  
  3.     swatch.heap.h
  4.     Copyright (c) 1990, Adobe Systems, Inc.
  5.  
  6.  **/
  7.  
  8.  
  9. #ifndef _H_SWATCH_HEAP
  10. #define _H_SWATCH_HEAP
  11.  
  12. #include "swatch.types.h"
  13.  
  14. /*******************************************************************************
  15.  **
  16.  **    Public Macros
  17.  **
  18.  **/
  19.  
  20.  
  21. /*******************************************************************************
  22.  **
  23.  **    Public Constants
  24.  **
  25.  **/
  26.  
  27.  
  28. /*******************************************************************************
  29.  **
  30.  **    Public Variables
  31.  **
  32.  **/
  33.  
  34.  
  35. /*******************************************************************************
  36.  **
  37.  **    Public Functions
  38.  **
  39.  **/
  40.  
  41. void make_current_heap( Display_stat_t *d );
  42.  
  43.  
  44. #endif  /* ifndef _H_SWATCH_HEAP */
  45.