diff options
Diffstat (limited to 'app/bin/custom.h')
| -rw-r--r-- | app/bin/custom.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/app/bin/custom.h b/app/bin/custom.h index 3987c16..b8ab213 100644 --- a/app/bin/custom.h +++ b/app/bin/custom.h @@ -94,6 +94,9 @@ void InitTrkTurnout( void );  void InitTrkTurntable( void );  void InitTrkBlock( void );  void InitTrkSwitchMotor( void ); +void InitTrkSignal ( void ); +void InitTrkControl ( void ); +void InitTrkSensor ( void );  void InitCmdCurve( wMenu_p menu );  void InitCmdHelix( wMenu_p menu ); | 
