Connected parsing to rest of the game

This commit is contained in:
Philippe BLAGOJEVIC
2022-04-23 20:12:13 +02:00
parent fac1f78230
commit f53e66556b
19 changed files with 1010 additions and 23 deletions

View File

@@ -7,6 +7,9 @@
# include <stdlib.h> // for atoi()
# include <stdio.h> // for printf()
# include <math.h> // for M_PI, cos(), sin()
# include <sys/stat.h> // for open()
# include <fcntl.h> // for open flags
# include "colors.h"
# include "memorybook.h"