Skip to content

Commit

Permalink
[wombat] Refactor to use namespaces (#34)
Browse files Browse the repository at this point in the history
* [wombat] Refactor to use namespaces

* apply changes from review
  • Loading branch information
spacey-sooty authored Dec 31, 2023
1 parent d773686 commit 62ff221
Show file tree
Hide file tree
Showing 22 changed files with 691 additions and 172 deletions.
2 changes: 1 addition & 1 deletion src/main/cpp/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Go to Robot.cpp
*/

#include "Wombat.h"
#include "Robot.h"
#include "utils/RobotStartup.h"

WOMBAT_ROBOT_MAIN(Robot);

Loading

0 comments on commit 62ff221

Please sign in to comment.