home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / Development / Example_Code_v37 / Libraries / Intuition / PubSc / pubsc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-27  |  440 b   |  15 lines

  1. /* ps.h -- public screen demo    */
  2.  
  3. /*
  4. Copyright (c) 1989-1999 Amiga, Inc.
  5.  
  6. Executables based on this information may be used in software
  7. for Amiga computers. All other rights reserved.
  8. This information is provided "as is"; no warranties are made.
  9. All use is at your own risk, and no liability or responsibility
  10. is assumed.
  11. */
  12.  
  13. enum commandid { c_close, c_default, c_open, c_jump, c_number };
  14. enum    buttonid { b_autopop, b_hijack, b_number };
  15.