PPL Assignment
IRM2015006
allgirls.h
Go to the documentation of this file.
1 // Dummy header file to include all girl types
2 
3 #ifndef ALLGIRLS_H
4 #define ALLGIRLS_H
5 
6 #include "choosygirl.h"
7 #include "normalgirl.h"
8 #include "desperategirl.h"
9 #include "girl.h"
10 #include "girl_type.h"
11 
12 #endif /* ALLGIRLS_H */