mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-22 22:45:39 +00:00
14 lines
464 B
C
14 lines
464 B
C
//============================================================================
|
|
//----------------------------------------------------------------------------
|
|
// Play.h
|
|
//----------------------------------------------------------------------------
|
|
//============================================================================
|
|
|
|
|
|
#include "PLQDOffscreen.h"
|
|
|
|
|
|
extern DrawSurface *glidSrcMap;
|
|
extern DrawSurface *glid2SrcMap;
|
|
extern DrawSurface *glidMaskMap;
|