何も突っ込まずに書くと

class Item{
public:
int lifeup;
bool shop[3];
};

でコンパイル通るはず。
大体予想付くけど、どんなエラー出てるのかくらいは貼った方がいい。