home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 42 / af042b.adf / BULL5.LHA / demo.s < prev    next >
Text File  |  1992-11-19  |  757b  |  29 lines

  1. *---------------------------------------------------------------------------*
  2. * Bullfrog Platform Game Demo, written by Scott Johnston.
  3. *---------------------------------------------------------------------------*
  4. * Don't change the files in this list, if you do, who knowns what may happen.
  5. *---------------------------------------------------------------------------*
  6.  
  7.     include types.i
  8.     include myheader.i        ; \
  9.     include custom.i        ;  \
  10.     include nfa.i            ;   > These files produce no output.
  11.     include dos_lib.i        ;  /
  12.     include what_key.s        ; /
  13.     include equates.i
  14.     include structs.i
  15.  
  16.     include main.s
  17.     include display.s
  18.     include    pt-play.s
  19.     include system.s
  20.     include sprites.s
  21.     include    draw.s
  22.     include move.s
  23.     include init.s
  24.  
  25.     include bss_f.s
  26.     include    data_c.s
  27.  
  28.  
  29.