mac-rom/Toolbox/FontMgr/Library/Interface/Formatting.h
Elliot Nunn 4325cdcc78 Bring in CubeE sources
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.
2017-12-26 09:52:23 +08:00

30 lines
625 B
C

/* --------------------------------------------------------------------------------------
Copyright © 1990-1991, Apple Computer, Inc., All Rights Reserved.
File: Formatting.h
Author: John Farmer
Contains: Macros used in formatting source code.
Revisions: (most recent first):
ID Date Description
<1> 11/16/90 John Farmer - Created the file and it's original contents.
----------------------------------------------------------------------------------- */
#ifndef __Formatting__
#define __Formatting__
// Macro Definitions
#define Locals
#endif __Formatting__