home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / µSim 1.1 / source / DoEditDialog.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-17  |  244 b   |  12 lines  |  [TEXT/CWIE]

  1. enum basestrings {
  2. kSTR_DECALLOWED = 128,
  3. kSTR_HEXALLOWED,
  4. kSTR_OCTALLOWED,
  5. kSTR_BINALLOWED
  6. };
  7.  
  8. #pragma internal on
  9. Boolean DoEditDialog(short item, short class, short base);
  10. Boolean DoEditDump(short *addr, short wordn);
  11. #pragma internal reset
  12.