mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-01 21:34:15 +00:00
16 lines
531 B
C
16 lines
531 B
C
|
|
//============================================================================
|
||
|
|
//----------------------------------------------------------------------------
|
||
|
|
// Scoreboard.h
|
||
|
|
//----------------------------------------------------------------------------
|
||
|
|
//============================================================================
|
||
|
|
|
||
|
|
|
||
|
|
#include "PLQDOffscreen.h"
|
||
|
|
|
||
|
|
|
||
|
|
extern GWorldPtr boardSrcMap;
|
||
|
|
extern GWorldPtr badgeSrcMap;
|
||
|
|
extern GWorldPtr boardTSrcMap;
|
||
|
|
extern GWorldPtr boardGSrcMap;
|
||
|
|
extern GWorldPtr boardPSrcMap;
|