#ifndef JUKEBOX_H #define JUKEBOX_H #include "legoentity.h" class JukeBox : public LegoEntity { public: JukeBox(); // SIZE 0x50 }; #endif // JUKEBOX_H