mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
14 lines
580 B
C
14 lines
580 B
C
//============================================================================
|
|
//----------------------------------------------------------------------------
|
|
// Utilities.c
|
|
//----------------------------------------------------------------------------
|
|
//============================================================================
|
|
|
|
|
|
#include "PLQDOffscreen.h"
|
|
#include "GpPixelFormat.h"
|
|
|
|
|
|
PLError_t CreateOffScreenGWorld (DrawSurface **surface, Rect *bounds);
|
|
PLError_t CreateOffScreenGWorldCustomDepth (DrawSurface **surface, Rect *bounds, GpPixelFormat_t pixelFormat);
|