Files
Aerofoil/GpApp/Utilities.h
2019-12-30 20:53:11 -05:00

13 lines
498 B
C

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