mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
16 lines
541 B
C
16 lines
541 B
C
//============================================================================
|
|
//----------------------------------------------------------------------------
|
|
// Scoreboard.h
|
|
//----------------------------------------------------------------------------
|
|
//============================================================================
|
|
|
|
|
|
#include "PLQDOffscreen.h"
|
|
|
|
|
|
extern DrawSurface *boardSrcMap;
|
|
extern DrawSurface *badgeSrcMap;
|
|
extern DrawSurface *boardTSrcMap;
|
|
extern DrawSurface *boardGSrcMap;
|
|
extern DrawSurface *boardPSrcMap;
|