mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-28 01:29:20 +00:00
5b0f0cc134
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included. The Tools directory, containing mostly junk, is also excluded.
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
|