sys7.1-doc-wip/Interfaces/CIncludes/Palette.h
2019-07-27 22:37:48 +08:00

24 lines
614 B
C

/************************************************************
File: Palette.h
As of MPW 3.0, interface files were reorganized to more closely
match "Inside Macintosh" reference books and be more consistant
from language to language.
Interfaces for the Palette Manager are now found in Palettes.h.
This file, which includes Palettes.h, is provided for compatibility
with old sources.
C Interface to the Macintosh Libraries
Copyright Apple Computer, Inc. 1987-1988
All rights reserved
************************************************************/
#ifndef __PALETTES__
#include <Palettes.h>
#endif