#ifndef LIBRARIES_PLAYER61_H
#define LIBRARIES_PLAYER61_H

#include <exec/types.h>

struct p61status {
    UWORD volume;
    UWORD tempo;
    UWORD play;
    UWORD e8;
    APTR  vbr;
    UWORD pos;
    UWORD patt;
    UWORD row;
};

#endif

