Files
Aerofoil/GpApp/Utilities.h

13 lines
498 B
C
Raw Normal View History

2019-11-11 00:11:59 -05:00
//============================================================================
//----------------------------------------------------------------------------
// Utilities.c
//----------------------------------------------------------------------------
//============================================================================
#include "PLQDOffscreen.h"
2019-12-29 06:38:18 -05:00
#include "GpPixelFormat.h"
2019-11-11 00:11:59 -05:00
2019-12-30 20:53:11 -05:00
PLError_t CreateOffScreenGWorld (DrawSurface **surface, Rect *bounds, GpPixelFormat_t pixelFormat);