home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Demos
/
Bowers Development
/
AppMaker 2.0b5
/
Examples
/
TCL
/
AMReminder
/
CmdCodes.h
< 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
|
1996-03-19
|
268 b
|
14 lines
|
[
TEXT/KAHL
]
/* CmdCodes.h -- command code declarations */
/* Created 01/01/95 12:01 PM by AppMaker */
#pragma once
#ifndef __CmdCodes__
#define __CmdCodes__
const long cmdAddReminder = 'Addr';
const long cmdEditReminder = 'Edir';
const long cmdDeleteReminder = 'Delr';
#endif