mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
13 lines
497 B
C
13 lines
497 B
C
//============================================================================
|
|
//----------------------------------------------------------------------------
|
|
// Utilities.c
|
|
//----------------------------------------------------------------------------
|
|
//============================================================================
|
|
|
|
|
|
#include "PLQDOffscreen.h"
|
|
#include "GpPixelFormat.h"
|
|
|
|
|
|
PLError_t CreateOffScreenGWorld (GWorldPtr *theGWorld, Rect *bounds, GpPixelFormat_t pixelFormat);
|