mirror of
https://gitlab.com/splashmapper/splash.git
synced 2026-02-13 23:35:41 +01:00
25 lines
563 B
C
25 lines
563 B
C
/*
|
|
* rgb133sgapi.h
|
|
*
|
|
* Copyright (c) 2009 Datapath Limited All rights reserved.
|
|
*
|
|
* All information contained herein is proprietary and
|
|
* confidential to Datapath Limited and is licensed under
|
|
* the terms of the Datapath Limited Software License.
|
|
* Please read the LICENCE file for full license terms
|
|
* and conditions.
|
|
*
|
|
* http://www.datapath.co.uk/
|
|
* support@datapath.co.uk
|
|
*
|
|
*/
|
|
|
|
#ifndef RGB133SGAPI_H_
|
|
#define RGB133SGAPI_H_
|
|
|
|
#include "rgb_api_types.h"
|
|
|
|
void* SGGetCapturePtr(PDESTDESCAPI _pDD);
|
|
|
|
#endif /*RGB133SGAPI_H_*/
|