Files
Aerofoil/GpApp/Marquee.h
2021-02-20 15:26:44 -05:00

25 lines
575 B
C

//============================================================================
//----------------------------------------------------------------------------
// Marquee.h
//----------------------------------------------------------------------------
//============================================================================
#pragma once
#include "PLQDraw.h"
typedef struct
{
Pattern pats[kNumMarqueePats];
Rect bounds, handle;
short index, direction, dist, step, interval;
Boolean active, paused, handled;
} marquee;
extern marquee theMarquee;