home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 6 / FreshFish_September1994.bin / bbs / util / mayflower.lha / MayFlower / CapsLock / h / main.h < prev   
Encoding:
C/C++ Source or Header  |  1994-03-17  |  485 b   |  26 lines

  1. /* main.h : 2 Jul 1993 */
  2. #ifndef SDC_PROGRAM
  3. #define SDC_PROGRAM
  4.  
  5. #include <libraries/dosextens.h>
  6. #include <exec/types.h>
  7. #include <exec/memory.h>
  8. #include <exec/execbase.h>
  9. #include <intuition/intuition.h>
  10. #include <devices/keyboard.h>
  11.  
  12. #include <proto/dos.h>
  13. #include <proto/exec.h>
  14. #include <proto/intuition.h>
  15.  
  16. #include <stdlib.h>
  17. /* #include <stdio.h> */
  18. #include <string.h>
  19. #include <limits.h>
  20.  
  21. /* program headers */
  22. #include "mem:h/define.h"
  23. #include "mem:h/extern.h"
  24.  
  25. #endif
  26.