1516X High Stakes 2.0
Codebase for 1516X High Stakes season
Loading...
Searching...
No Matches
logger.cpp
Go to the documentation of this file.
1#include "screen/logger.h"
2
3#include "main.h" // IWYU pragma: export
4#include "robot/auton.h"
5
6using namespace Robot;
7
8logger_screen::logger_screen() {}
9
10void logger_screen::log() {}
Definition auton.h:10