mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-13 19:51:16 +00:00
14 lines
209 B
C++
14 lines
209 B
C++
#ifndef JUKEBOXENTITY_H
|
|
#define JUKEBOXENTITY_H
|
|
|
|
#include "legoentity.h"
|
|
|
|
class JukeBoxEntity : public LegoEntity
|
|
{
|
|
public:
|
|
JukeBoxEntity();
|
|
|
|
// VTABLE 0x100da8a0
|
|
};
|
|
|
|
#endif // JUKEBOXENTITY_H
|