Skip to content

Commit

Permalink
add protobuf reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler-Lentz committed Oct 2, 2023
1 parent b304598 commit fa3248a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/datatypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ struct XYZCoord {
typedef std::vector<XYZCoord> Polygon;
typedef std::vector<XYZCoord> Polyline;

// TODO: these will eventually be redefined in a protobuf, so once the generated protobuf code exists we remove these
enum class ODLCShape {
Circle,
Semicircle,
Expand Down

0 comments on commit fa3248a

Please sign in to comment.