mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 19:21:15 +00:00
11 lines
164 B
C++
11 lines
164 B
C++
#ifndef JUKEBOXSTATE_H
|
|
#define JUKEBOXSTATE_H
|
|
|
|
#include "legostate.h"
|
|
|
|
class JukeBoxState : public LegoState
|
|
{
|
|
// SIZE 0x10
|
|
};
|
|
|
|
#endif // JUKEBOXSTATE_H
|