Skip to content

Commit

Permalink
Merge pull request #32 from FireFlyForLife/master
Browse files Browse the repository at this point in the history
Updated TypeFwd with remaining forward declarations
  • Loading branch information
AndreyG authored Oct 8, 2023
2 parents 1906ccf + 67d0bde commit fb8c620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/include/ifc/TypeFwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ namespace ifc
enum class FunctionTypeTraits : std::uint8_t;

enum class TypeBasis : uint8_t;
enum class TypePrecision : uint8_t;
enum class TypeSign : uint8_t;
}

0 comments on commit fb8c620

Please sign in to comment.