isle/LEGO1/jukebox.h
2023-06-27 16:06:10 -07:00

15 lines
161 B
C++

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