blob: 4c6f5ac4104b7fb5e9b6d29eaeb68031d43f14a5 (
plain)
1
2
3
4
5
6
7
8
9
|
#include "entities/antifaShip.h"
#include "entities/soldato.h"
#include "entities/caporale.h"
#include "entities/sergente.h"
#include "entities/maresciallo.h"
#include "entities/generale.h"
#include "entities/mussolini.h"
// Through the magic of this ugly file you can include all entities at once.
|