home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Utilities
/
Appsprites
/
APPMAKER CODE
/
ResourceDefs.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-07-11
|
262 b
|
15 lines
|
[
TEXT/KAHL
]
/* ResourceDefs.c */
/* Created 7/11/93 11:43 AM by AppMaker */
#include <Types.h>
#include <Menus.h>
#include "ResourceDefs.h"
/*menu handles*/
MenuHandle AppleMenu;
MenuHandle FileMenu;
MenuHandle EditMenu;
MenuHandle AppSpritesMenu;
/* ResourceDefs */