isle/LEGO1/jukebox.h
2023-06-20 22:11:14 +02:00

15 lines
175 B
C++

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