#ifndef JUKEBOXSTATE_H #define JUKEBOXSTATE_H #include "legostate.h" class JukeBoxState : public LegoState { // SIZE 0x10 }; #endif // JUKEBOXSTATE_H