mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
7 lines
208 B
C++
7 lines
208 B
C++
// file exists to break #include dependency loop
|
|
#include "EXRAIL2.h"
|
|
#include "EXRAIL3.h"
|
|
void RMFT3::blockEvent(int16_t block, int16_t loco, bool entering) {
|
|
RMFT2::blockEvent(block,loco,entering);
|
|
};
|