kinect/codes/Azure-Kinect-Sensor-SDK/tests/TestUtil/k4aCmd.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 k4a_cmd_init(void);
#ifdef __cplusplus
}
#endif