JPEGView/Headers/ColorsWindow.h

1 line
505 B
C
Raw Permalink Normal View History

/*********************************************************/ /* 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