// 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 ExampleInit(void); #ifdef __cplusplus } #endif