mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-07 15:37:48 +00:00
1 line
448 B
C
1 line
448 B
C
|
|
//============================================================================
//----------------------------------------------------------------------------
// Utilities.c
//----------------------------------------------------------------------------
//============================================================================
#include <QDOffscreen.h>
OSErr CreateOffScreenGWorld (GWorldPtr *theGWorld, Rect *bounds, short depth);
|