More to come...
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
219B

  1. #ifndef CHAPTER_Y_HEADER
  2. #define CHAPTER_Y_HEADER
  3. #include "chapter_0.h"
  4. #include "chapter_1.h"
  5. #include "chapter_2.h"
  6. #include "chapter_3.h"
  7. #include "chapter_5.h"
  8. extern procedure_t play_game (procedure_t);
  9. #endif