home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / MiscKit1.2.6 / Palettes / MiscColorWells / MiscColorWells.m < prev    next >
Encoding:
Text File  |  1994-01-24  |  594 b   |  20 lines

  1. //
  2. //    MiscColorWells.m -- palette
  3. //        Written by Morgan D. Wise (c) 1994 by Morgan D. Wise.
  4. //        Adapted for MiscKit inclusion by Don Yacktman.
  5. //                Version 0.1.  All rights reserved.
  6. //
  7. //        This notice may not be removed from this source code.
  8. //
  9. //    This object is included in the MiscKit by permission from the author
  10. //    and its use is governed by the MiscKit license, found in the file
  11. //    "LICENSE.rtf" in the MiscKit distribution.  Please refer to that file
  12. //    for a list of all applicable permissions and restrictions.
  13. //
  14.  
  15. #import "MiscColorWells.h"
  16.  
  17. @implementation  MiscColorWells
  18.  
  19. @end
  20.