mirror of https://github.com/commaai/openpilot.git
parent
1f198ff9c9
commit
fda0b70c10
|
@ -4,6 +4,8 @@
|
|||
#include "selfdrive/ui/ui.h"
|
||||
|
||||
class HudRenderer : public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
HudRenderer();
|
||||
void updateState(const UIState &s);
|
||||
|
|
Loading…
Reference in New Issue