10 lines
140 B
C
10 lines
140 B
C
|
#pragma once
|
||
|
|
||
|
#include "tcu.h"
|
||
|
|
||
|
class SimpleTransmissionController {
|
||
|
public:
|
||
|
void update(gear_e);
|
||
|
SimpleTransmissionController();
|
||
|
}
|