#include "Beat.h" class Bar { public: static const unsigned short beatsCount = 8; Beat beats[beatsCount]; };