Files
Aerofoil/GpApp/Marquee.h

25 lines
575 B
C
Raw Normal View History

2019-11-11 00:11:59 -05:00
//============================================================================
//----------------------------------------------------------------------------
// Marquee.h
//----------------------------------------------------------------------------
//============================================================================
#pragma once
2019-12-26 12:58:58 -05:00
#include "PLQDraw.h"
2019-11-11 00:11:59 -05:00
typedef struct
{
Pattern pats[kNumMarqueePats];
Rect bounds, handle;
2021-02-20 15:20:39 -05:00
short index, direction, dist, step, interval;
2019-11-11 00:11:59 -05:00
Boolean active, paused, handled;
} marquee;
extern marquee theMarquee;