blob: be4713c4036aea6e12113571cf3dab352625b77f (
plain)
1
2
3
4
5
6
7
8
9
10
|
#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"
#include "entities/guidedMissile.h"
// Through the magic of this ugly file you can include all entities at once.
|