/*********************************************************/ /* This source code copyright (c) 1991-2001, Aaron Giles */ /* See the Read Me file for licensing information. */ /* Contact email: mac@aarongiles.com */ /*********************************************************/ #ifndef __COLORSWINDOW__ #define __COLORSWINDOW__ OSErr OpenColors(void); void CloseColors(void); WindowPtr GetColorsWindow(void); void DrawColorsWindow(void); void DoColorsHelp(Point mouseLoc); #endif