isle/LEGO1/jukebox.h

14 lines
230 B
C++

#ifndef RACESTANDS2ENTITY_H
#define RACESTANDS2ENTITY_H
#include "buildingentity.h"
class JukeBox : public LegoEntity
{
// OFFSET ISLE1 0x1005d66
JukeBox();
// Size is 0x50
};
#endif // RACESTANDS2ENTITY_H