mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +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;
|