mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
14 lines
230 B
C++
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
|