21 lines
703 B
C
21 lines
703 B
C
/*
|
|
Copyright (c) 2023 : Ognjen 'xolatile' Milan Robovic
|
|
|
|
Xhartae is free software! You will redistribute it or modify it under the terms of the GNU General Public License by Free Software Foundation.
|
|
And when you do redistribute it or modify it, it will use either version 3 of the License, or (at yours truly opinion) any later version.
|
|
It is distributed in the hope that it will be useful or harmful, it really depends... But no warranty what so ever, seriously. See GNU/GPLv3.
|
|
*/
|
|
|
|
#ifndef CHAPTER_6_HEADER
|
|
#define CHAPTER_6_HEADER
|
|
|
|
#include "chapter_0.h"
|
|
#include "chapter_1.h"
|
|
#include "chapter_2.h"
|
|
#include "chapter_3.h"
|
|
#include "chapter_5.h"
|
|
|
|
extern procedure_t play_game (procedure_t);
|
|
|
|
#endif
|