|
ARB
|
#include <Types.h>#include <stdio.h>#include <ctype.h>#include <string.h>#include <StdLib.h>#include <Quickdraw.h>#include <Memory.h>#include <OSUtils.h>#include <ToolUtils.h>#include <Windows.h>#include <Palettes.h>#include <dialogs.h>#include <StandardFile.h>#include <Events.h>
Go to the source code of this file.
Macros | |
| #define | MAXS 255 |
| #define | addarg(sptr) |
| #define | nocolorID 130 |
| #define | no68020 133 |
| #define | no68881 132 |
| #define | no256 134 |
| #define | nosys6 135 |
Functions | |
| Boolean | StopKey () |
| Boolean | cmdKeyIsDown () |
| Boolean | shiftKeyIsDown () |
| Boolean | capsLockIsDown () |
| Boolean | optionKeyIsDown () |
| Boolean | MouseButton () |
| Boolean | Keypress () |
| char * | StdGetFile (char *prompt, OSType fileTypes[], int nFileTypes) |
| int | readCmdOptions (FILE *cl, char *progname, char ***argv) |
| int | ccommand (char ***argv) |
| _DataInit () | |
| void | MacInit () |
| main (int argc, char *argv[]) | |
| #define MAXS 255 |
Referenced by readCmdOptions().
| #define addarg | ( | sptr | ) |
Referenced by readCmdOptions().
| Boolean optionKeyIsDown | ( | ) |
Definition at line 64 of file macinit.c.
Referenced by StdGetFile().
Definition at line 82 of file macinit.c.
References optionKeyIsDown().
| _DataInit | ( | ) |
Referenced by MacInit().
| void MacInit | ( | ) |
Definition at line 162 of file macinit.c.
References _DataInit().
1.8.8