// 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