mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Rename 'Standard Gaming Platform' to 'sgp' (#246)
* rename 'Standard Gaming Platform' to 'sgp' * Adapt CMakeLists.txt files to renamed SGP directory * Lowercase it
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef __VSURFACE_PRIVATE_
|
||||
#define __VSURFACE_PRIVATE_
|
||||
|
||||
// ***********************************************************************
|
||||
//
|
||||
// PRIVATE, INTERNAL Header used by other SGP Internal modules
|
||||
//
|
||||
// Allows direct access to underlying Direct Draw Implementation
|
||||
//
|
||||
// ***********************************************************************
|
||||
|
||||
LPDIRECTDRAWSURFACE2 GetVideoSurfaceDDSurface( HVSURFACE hVSurface );
|
||||
LPDIRECTDRAWSURFACE GetVideoSurfaceDDSurfaceOne( HVSURFACE hVSurface );
|
||||
LPDIRECTDRAWPALETTE GetVideoSurfaceDDPalette( HVSURFACE hVSurface );
|
||||
|
||||
HVSURFACE CreateVideoSurfaceFromDDSurface( LPDIRECTDRAWSURFACE2 lpDDSurface );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user