// // Created by MightyPork on 2018/02/03. // #ifndef GEX_F072_TPL_INTERNAL_H #define GEX_F072_TPL_INTERNAL_H #ifndef TPL_INTERNAL #error bad include! #endif #include "unit_base.h" /** Private data structure */ struct priv { // settings // internal state }; #endif //GEX_F072_TPL_INTERNAL_H