home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / setupapp_1 / !SetUpApp / Resources / includStan < prev    next >
Text File  |  1995-03-30  |  212b  |  14 lines

  1. #ifndef __INCLUDES_H
  2. #define __INCLUDES_H
  3.  
  4. #include <stdio.h>
  5. #include <stdlib.h>
  6. #include <string.h>
  7. #include <stdarg.h>
  8. #include <time.h>
  9. #include <math.h>
  10.  
  11. #include "os.h"
  12. #include "bbc.h"
  13. #include "sprite.h"
  14.