monoZ docs
MZ_tool_config.h
Go to the documentation of this file.
1
8#ifndef MZ_TOOL_CONFIG_H_
9#define MZ_TOOL_CONFIG_H_
10#ifdef __cplusplus
11extern "C" {
12#endif
13#ifdef MZ_LIB_BUILD
14// If SDK Internal build, Then include Dummy configuration file to avoid build fail
15#include "MZ_tool_pseudo.h"
16#else
17// Include real tool generated header file
18#include "MZ_tool_gen.h"
19#endif
20#ifdef __cplusplus
21}
22#endif
23#endif /* MZ_TOOL_CONFIG_H_ */
24
This is a tool generated file. Do not edit manually.