Skip to content

Commit

Permalink
wpiformat
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Mar 19, 2021
1 parent a41f840 commit 790dfa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions glass/.styleguide
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ repoRootNameOverride {
includeOtherLibs {
^GLFW
^cscore
^frc/
^imgui
^ntcore
^wpi/
Expand Down
3 changes: 2 additions & 1 deletion glass/src/lib/native/cpp/other/Field2D.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
#include <cmath>
#include <memory>
#include <utility>
#include "frc/geometry/Pose2d.h"

#include <frc/geometry/Pose2d.h>
#include <frc/geometry/Rotation2d.h>
#include <frc/geometry/Translation2d.h>

#define IMGUI_DEFINE_MATH_OPERATORS
#include <imgui.h>
#include <imgui_internal.h>
Expand Down

0 comments on commit 790dfa1

Please sign in to comment.