1
0
rwu_particles_informatikpro.../utils.h

7 lines
109 B
C
Raw Normal View History

2020-03-16 20:21:04 +00:00
#define WIDTH 800
#define HEIGHT 800
#define UPPER_AGE 250
2020-03-18 11:29:08 +00:00
#define LOWER_AGE 60
char *readFile(char *path);