mirror of
https://github.com/softdorothy/GliderPRO.git
synced 2024-10-31 18:04:30 +00:00
7a70d18ba6
Sources for Glider PRO, a Macintosh game written by John Calhoun and published by Casady & Greene, Inc. I believe it was using CodeWarrior IDE to create a fat (68K and PowerPC) binary.
1 line
529 B
C
Executable File
1 line
529 B
C
Executable File
//============================================================================
|
|
//----------------------------------------------------------------------------
|
|
// Scoreboard.h
|
|
//----------------------------------------------------------------------------
|
|
//============================================================================
|
|
|
|
|
|
#include <QDOffscreen.h>
|
|
|
|
|
|
extern GWorldPtr boardSrcMap;
|
|
extern GWorldPtr badgeSrcMap;
|
|
extern GWorldPtr boardTSrcMap;
|
|
extern GWorldPtr boardGSrcMap;
|
|
extern GWorldPtr boardPSrcMap;
|