Pararena2/Headers/Main.h
John Calhoun 806b9b47db First check-in.
This project was originally compiled with THINK C for the Macintosh.
The project file is a THINK C project file. Then there is the assembly
static library (SMS) that is linked in to provide fast, 4-channel sound
(written by Patrick Buckland). Resource files, a balloon file for
“balloon help” when it was a thing…. Good luck to anyone trying to
bring this beast back to life.
2016-01-27 20:50:55 -08:00

1 line
549 B
C
Executable File

/*============================================================*/
/*============================================================*/
/*== ==*/
/*== Main Header ==*/
/*== ==*/
/*============================================================*/
/*============================================================*/
#pragma once
/*======================================================== Function Prototypes */
pascal void ThisSysBeep (short);
void RootLoop (void);
void DumpTheDefaults (void);
void ShutItDown (void);