home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / apilot.lha / APilot / APilot_Opt / Functions.txt < prev    next >
Encoding:
Text File  |  1994-12-03  |  321 b   |  32 lines

  1. /*
  2.  * Functions used so far in AmiPilot
  3.  *
  4.  */
  5.  
  6. /* Points.c */
  7. init_explosion
  8. add_exhaust         
  9. add_bullets
  10. add_explosion
  11. update_points
  12.  
  13. /* Ship.c */
  14. update_ship
  15. init_ship
  16.  
  17. /* Lists.c */
  18. init_points
  19. alloc_point
  20. free_point
  21.  
  22. /* Misc.c */
  23. myWritePixel
  24.  
  25. /* Input.c */
  26. handleIDCMP
  27.  
  28. /* Main.c */
  29. init_display
  30. main
  31. cleanExit
  32.