PPL Assignment
IRM2015006
allboys.h
Go to the documentation of this file.
1 // Dummy header file to include all boys
2 
3 #ifndef ALLBOYS_H
4 #define ALLBOYS_H
5 
6 #include "geekboy.h"
7 #include "generousboy.h"
8 #include "miserboy.h"
9 #include "boy.h"
10 #include "boy_type.h"
11 
12 #endif