fpp/compiler/tools/fpp-to-cpp/test/component/base/AnotherAliasStructAliasAc.ref.hpp
2025-04-01 13:24:05 -07:00

16 lines
484 B
C++
Vendored

// ======================================================================
// \title AnotherAliasStructAliasAc.hpp
// \author Generated by fpp-to-cpp
// \brief hpp file for AnotherAliasStruct alias
// ======================================================================
#ifndef AnotherAliasStructAliasAc_HPP
#define AnotherAliasStructAliasAc_HPP
#include "Fw/Types/BasicTypes.hpp"
#include "StructWithAliasSerializableAc.hpp"
using AnotherAliasStruct = StructWithAlias;
#endif