Files
Aerofoil/GpApp/Utilities.h
2019-12-29 06:38:18 -05:00

13 lines
497 B
C

//============================================================================
//----------------------------------------------------------------------------
// Utilities.c
//----------------------------------------------------------------------------
//============================================================================
#include "PLQDOffscreen.h"
#include "GpPixelFormat.h"
PLError_t CreateOffScreenGWorld (GWorldPtr *theGWorld, Rect *bounds, GpPixelFormat_t pixelFormat);