kinect/codes/Azure-Kinect-Sensor-SDK/tests/TestUtil/Capture.h

24 lines
539 B
C

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
#pragma once
//************************ Includes *****************************
//**************Symbolic Constant Macros (defines) *************
//************************ Typedefs *****************************
//************ Declarations (Statics and globals) ***************
//******************* Function Prototypes ***********************
#ifdef __cplusplus
extern "C" {
#endif
void capture_init(void);
#ifdef __cplusplus
}
#endif