/* * msp_PaintThickness.h * * Created on: Jul 29, 2024 * Author: akeguo */ #ifndef INC_MSP_MSP_PAINTTHICKNESS_H_ #define INC_MSP_MSP_PAINTTHICKNESS_H_ #include "stdint.h" extern int32_t* PaintThickness; extern void Paint_Thickness_intialize(); #endif /* INC_MSP_MSP_PAINTTHICKNESS_H_ */