mirror of
https://github.com/elliotnunn/supermario.git
synced 2024-12-02 09:49:17 +00:00
30 lines
626 B
C
30 lines
626 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__ |