Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. /*
  2. * $Source: r:/prj/cit/src/RCS/mfdgames.c $
  3. * $Revision: 1.45 $
  4. * $Author: buzzard $
  5. * $Date: 1994/11/22 09:32:36 $
  6. *
  7. */
  8.  
  9. #include <string.h>
  10. #include <stdlib.h>
  11. #include <mouse.h>
  12. #include <res.h>
  13. #include <2d.h>
  14. #include <2dres.h>
  15.  
  16. #include <faketime.h>
  17.  
  18. #include <input.h>
  19. #include <event.h>
  20. #include <player.h>
  21. #include <newmfd.h>
  22. #include <mfdint.h>
  23. #include <mfddims.h>
  24. #include <colors.h>
  25. #include <rcolors.h>
  26. #include <tools.h>
  27. #include <mainloop.h>
  28. #include <gameloop.h>
  29. #include <wares.h>
  30. #include <amap.h>
  31. #include <objprop.h>
  32. #include <objsim.h>
  33. #include <miscqvar.h>
  34. #include <cit2d.h>
  35. #include <diffq.h>
  36.  
  37. #include <sfxlist.h>
  38. #include <musicai.h>
  39. #include <gamestrn.h>
  40. #include <lgsprntf.h>
  41.  
  42. #include <cybstrng.h>
  43. #include <otrip.h>
  44. #include <mfdart.h>
  45. #include <gamescr.h>
  46. #include <gr2ss.h>
  47. #include <vmouse.h>
  48.  
  49. #ifdef LOST_TREASURES_OF_MFD_GAMES
  50. #include <minimax.h>
  51. #include <limits.h>
  52. #endif
  53.  
  54. #include <mprintf.h>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement