mirror of
https://github.com/elliotnunn/BuildCubeE.git
synced 2024-11-19 00:05:25 +00:00
24 lines
614 B
C
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
|